emacs-perspective: 1.12 -> 1.12
This commit is contained in:
parent
5b64845fb2
commit
cf47443c91
@ -311,21 +311,6 @@ let
|
||||
inherit lib;
|
||||
};
|
||||
|
||||
perspective = melpaBuild rec {
|
||||
pname = "perspective";
|
||||
version = "1.12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nex3";
|
||||
repo = "${pname}-el";
|
||||
rev = version;
|
||||
sha256 = "12c2rrhysrcl2arc6hpzv6lxbb1r3bzlvdp23hnp9sci6yc10k3q";
|
||||
};
|
||||
meta = {
|
||||
description = "Tagged workspaces like in most tiling window managers, but in Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
pkg-info = melpaBuild rec {
|
||||
pname = "pkg-info";
|
||||
version = "20140610";
|
||||
|
Loading…
Reference in New Issue
Block a user