diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/lesspipe.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/lesspipe.nix b/overlays/lesspipe.nix index a65e5a85..3258eb70 100644 --- a/overlays/lesspipe.nix +++ b/overlays/lesspipe.nix | |||
@@ -6,7 +6,7 @@ | |||
6 | nativeBuildInputs = with final; [ perl ]; | 6 | nativeBuildInputs = with final; [ perl ]; |
7 | buildInputs = with final; [ perl zsh makeWrapper ]; | 7 | buildInputs = with final; [ perl zsh makeWrapper ]; |
8 | strictDeps = true; | 8 | strictDeps = true; |
9 | configureFlags = [ "--shell=${final.zsh}/bin/zsh" "--yes" "--prefix=/" ]; | 9 | configureFlags = [ "--shell=${final.zsh}/bin/zsh" "--prefix=/" ]; |
10 | makeFlags = [ "PREFIX=" "DESTDIR=$(out)" ]; | 10 | makeFlags = [ "PREFIX=" "DESTDIR=$(out)" ]; |
11 | configurePlatforms = []; | 11 | configurePlatforms = []; |
12 | dontBuild = true; | 12 | dontBuild = true; |