stumpwm: Pass through the sbcl and lispPackages used

This commit is contained in:
Michael Raskin 2016-03-21 19:55:25 +01:00
parent 81af597030
commit 74f04dc83c

View file

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