summary refs log tree commit diff
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-01-11 13:24:11 +0000
committerGitHub <noreply@github.com>2022-01-11 13:24:11 +0000
commit0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105 (patch)
tree576231e52376860f58125a1db0f570d28c116ac9
parentde8dba1724a4a06050b027834778dc5540ee1317 (diff)
parent75d64f2c1978a81669861888e153eff4fe41fd18 (diff)
downloadnixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.tar
nixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.tar.gz
nixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.tar.bz2
nixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.tar.lz
nixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.tar.xz
nixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.tar.zst
nixpkgs-0eee9d1067cf5d7f0c49b5b16fe89b09e5f3f105.zip
Merge pull request #154403 from willcohen/zsh-darwin
zsh: remove superfluous darwin postInstall make
-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 9cca9840db5..1ef17a012b5 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/