summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-02-26 11:16:20 +0100
committerMichael Raskin <7c6f434c@mail.ru>2018-02-26 11:17:36 +0100
commit025e1a3bec2023c4480bccda02b6a892736c23d6 (patch)
tree18105d87e7cc76b5154472663a8e88e07965556a /pkgs/applications
parent0db2120d54fb6acd4af47ce9fc109db604f61bee (diff)
stumpwm: passthrough contrib
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index 215b8c38ece49..e7427fa7763a6 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
   '';
 
   passthru = {
-    inherit sbcl lispPackages;
+    inherit sbcl lispPackages contrib;
   };
 
   meta = with stdenv.lib; {