mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #154403 from willcohen/zsh-darwin
zsh: remove superfluous darwin postInstall make
This commit is contained in:
commit
0eee9d1067
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user