summary refs log tree commit diff
path: root/pkgs/applications/window-managers/stumpwm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/stumpwm/default.nix')
-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 88faae64be7..c47a464a4fc 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/;