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, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index ab123a03559..6bf0955354a 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -3,7 +3,7 @@ let
   lib = args.lib;
   fetchurl = args.fetchurl;
   noDepEntry = args.noDepEntry;
-  FullDepEntry = args.FullDepEntry;
+  fullDepEntry = args.fullDepEntry;
 
   buildInputs = lib.attrVals ["clisp" "texinfo"] args;
   version = lib.getAttr ["version"] "0.9.4.1" args; 
@@ -22,7 +22,7 @@ rec {
     export HOME="$NIX_BUILD_TOP";
   '');
 
-  installation = FullDepEntry (''
+  installation = fullDepEntry (''
     ensureDir $out/bin 
     ensureDir $out/share/stumpwm/doc
     ensureDir $out/share/info