stumpwm-git: 20160617 -> 20170203
This commit is contained in:
parent
85056ee698
commit
c7bd01c0c9
@ -23,9 +23,9 @@ let
|
|||||||
patches = [ ./fix-module-path.patch ];
|
patches = [ ./fix-module-path.patch ];
|
||||||
};
|
};
|
||||||
"git" = {
|
"git" = {
|
||||||
name = "git-20160617";
|
name = "git-20170203";
|
||||||
rev = "7d5b5eb76aa656baf5a8713f514937765f66b10a";
|
rev = "d20f24e58ab62afceae2afb6262ffef3cc318b97";
|
||||||
sha256 = "1jpj978r54086hypjxqxi0r3zacqpkr61dp6dbi0lykgx7m5bjfb";
|
sha256 = "1gi29ds1x6dq7lz8lamnhcvcrr3cvvrg5yappfkggyhyvib1ii70";
|
||||||
patches = [];
|
patches = [];
|
||||||
};
|
};
|
||||||
}.${version};
|
}.${version};
|
||||||
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
sbcl
|
sbcl
|
||||||
lispPackages.clx
|
lispPackages.clx
|
||||||
lispPackages.cl-ppcre
|
lispPackages.cl-ppcre
|
||||||
|
lispPackages.alexandria
|
||||||
xdpyinfo
|
xdpyinfo
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -16624,6 +16624,7 @@ with pkgs;
|
|||||||
|
|
||||||
stumpwm-git = stumpwm.override {
|
stumpwm-git = stumpwm.override {
|
||||||
version = "git";
|
version = "git";
|
||||||
|
inherit sbcl lispPackages;
|
||||||
};
|
};
|
||||||
|
|
||||||
sublime = callPackage ../applications/editors/sublime { };
|
sublime = callPackage ../applications/editors/sublime { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user