forked from mirrors/nixpkgs
stumpwm: Pass through the sbcl and lispPackages used
This commit is contained in:
parent
81af597030
commit
74f04dc83c
|
@ -67,6 +67,10 @@ stdenv.mkDerivation rec {
|
||||||
echo ${xdpyinfo} > $out/nix-support/xdpyinfo
|
echo ${xdpyinfo} > $out/nix-support/xdpyinfo
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
inherit sbcl lispPackages;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tiling window manager for X11";
|
description = "A tiling window manager for X11";
|
||||||
homepage = https://github.com/stumpwm/;
|
homepage = https://github.com/stumpwm/;
|
||||||
|
|
Loading…
Reference in a new issue