mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
zsh: remove superfluous darwin postInstall make
This commit is contained in:
parent
857f9d61b3
commit
75d64f2c19
@ -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