about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/dwm/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/dwm/git.nix')
-rw-r--r--pkgs/applications/window-managers/dwm/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/dwm/git.nix b/pkgs/applications/window-managers/dwm/git.nix
index 814b6167d17b..71e91b6093b3 100644
--- a/pkgs/applications/window-managers/dwm/git.nix
+++ b/pkgs/applications/window-managers/dwm/git.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
   inherit patches;
 
   # Allow users to override the entire config file AFTER appying the patches
-  postPatch = stdenv.lib.optionalString (conf!=null) ''
+  postPatch = lib.optionalString (conf!=null) ''
     echo -n '${conf}' > config.def.h
   '';