summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMoritz Heidkamp <moritz@twoticketsplease.de>2014-10-29 01:28:25 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-10-29 15:17:06 +0100
commit5f07d275f8d4bb97391cd8490f9561fac23bb740 (patch)
tree22a24eb24925ef155e9736faa3b15ffc2b81b824 /pkgs/top-level
parentf73f5b9e249dc9266b5c52d5122811e8a40218d5 (diff)
downloadnixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.tar
nixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.tar.gz
nixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.tar.bz2
nixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.tar.lz
nixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.tar.xz
nixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.tar.zst
nixlib-5f07d275f8d4bb97391cd8490f9561fac23bb740.zip
Remove stumpwmContrib from top-level and fix runtime dependency on it
This patch removes the stumpwmContrib package from the top-level since
it can't sensibly be used on its own. Also, it wraps the stumpwm
executable with a dummy reference to the contrib dir to work around the
issue that the stumpwm executable doesn't reference the contrib dir
that's passed in the configure phase for some reason.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5e57107484a5..e1154b5b1671 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10458,8 +10458,9 @@ let
 
   stp = callPackage ../applications/science/logic/stp {};
 
-  stumpwm = callPackage ../applications/window-managers/stumpwm {};
-  stumpwmContrib = callPackage ../applications/window-managers/stumpwm/contrib.nix {};
+  stumpwm = callPackage ../applications/window-managers/stumpwm {
+    stumpwmContrib = callPackage ../applications/window-managers/stumpwm/contrib.nix { };
+  };
 
   sublime = callPackage ../applications/editors/sublime { };