emacs-perspective: 1.12 -> 1.12

This commit is contained in:
Thomas Tuegel 2016-09-26 08:29:56 -05:00
parent 5b64845fb2
commit cf47443c91
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -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";