mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
emacs-packages: add perspective-el
This commit is contained in:
parent
26a7698116
commit
df95d3eca7
1 changed files with 12 additions and 0 deletions
|
@ -888,6 +888,18 @@ let self = _self // overrides;
|
|||
};
|
||||
};
|
||||
|
||||
perspective = melpaBuild rec {
|
||||
pname = "perspective";
|
||||
version = "1.12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nex3";
|
||||
repo = "${pname}-el";
|
||||
rev = version;
|
||||
sha256 = "12c2rrhysrcl2arc6hpzv6lxbb1r3bzlvdp23hnp9sci6yc10k3q";
|
||||
};
|
||||
meta = { license = gpl3Plus; };
|
||||
};
|
||||
|
||||
pkg-info = melpaBuild rec {
|
||||
pname = "pkg-info";
|
||||
version = "20140610";
|
||||
|
|
Loading…
Reference in a new issue