summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/stumpwm
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-03-21 19:55:25 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-03-21 19:55:25 +0100
commit74f04dc83c016386ef87c0b82b91fa42780192a0 (patch)
tree1d67b9b881073bdf87e9c18cf08cbfba09b543ea /pkgs/applications/window-managers/stumpwm
parent81af59703064008c9ceaf6bf6ffa8d0fcc72ff4f (diff)
stumpwm: Pass through the sbcl and lispPackages used
Diffstat (limited to 'pkgs/applications/window-managers/stumpwm')
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index 88faae64be70..c47a464a4fca 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -67,6 +67,10 @@ stdenv.mkDerivation rec {
echo ${xdpyinfo} > $out/nix-support/xdpyinfo
'';
+ passthru = {
+ inherit sbcl lispPackages;
+ };
+
meta = with stdenv.lib; {
description = "A tiling window manager for X11";
homepage = https://github.com/stumpwm/;