stumpwm: use fresh SBCL

This commit is contained in:
Michael Raskin 2017-02-05 12:58:53 +01:00
parent 64666a402f
commit 5d6f798efc

View file

@ -15090,8 +15090,6 @@ with pkgs;
stumpwm = callPackage ../applications/window-managers/stumpwm {
version = "latest";
sbcl = sbcl_1_2_5;
lispPackages = lispPackagesFor (wrapLisp sbcl_1_2_5);
};
stumpwm-git = stumpwm.override {