about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-01-10 22:20:16 -0500
committerWill Cohen <willcohen@users.noreply.github.com>2022-01-10 22:20:16 -0500
commit75d64f2c1978a81669861888e153eff4fe41fd18 (patch)
tree85b8cf6088f46a313e87941a02e075d84cb528af /pkgs/shells
parent857f9d61b32d0fcd8d9b81ce0ad29d809faa0bc6 (diff)
zsh: remove superfluous darwin postInstall make
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/shells/zsh/default.nix b/pkgs/shells/zsh/default.nix
index 9cca9840db57b..1ef17a012b5ed 100644
--- a/pkgs/shells/zsh/default.nix
+++ b/pkgs/shells/zsh/default.nix
@@ -55,9 +55,7 @@ stdenv.mkDerivation {
   checkFlags = map (T: "TESTNUM=${T}") (lib.stringToCharacters "ABCDEVW");
 
   # XXX: think/discuss about this, also with respect to nixos vs nix-on-X
-  postInstall = lib.optionalString stdenv.isDarwin ''
-    make install.bin install.modules install.fns
-    '' + lib.optionalString stdenv.isLinux ''
+  postInstall = lib.optionalString stdenv.isLinux ''
     make install.info install.html
     '' + ''
     mkdir -p $out/etc/