Merge pull request #154403 from willcohen/zsh-darwin

zsh: remove superfluous darwin postInstall make
This commit is contained in:
Bernardo Meurer 2022-01-11 13:24:11 +00:00 committed by GitHub
commit 0eee9d1067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/