mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge branch 'zip-unicode' of git://github.com/spacefrogg/nixpkgs
This commit is contained in:
commit
0fbe4bb21c
@ -13,11 +13,9 @@ stdenv.mkDerivation {
|
||||
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
|
||||
};
|
||||
|
||||
# should be makeFlags on all archs, not changed yet to prevent rebuild
|
||||
buildFlags="-f unix/Makefile generic";
|
||||
makeFlags = if stdenv.isCygwin then "-f unix/Makefile ${if stdenv.isCygwin then "cygwin" else "generic"}" else null;
|
||||
|
||||
installFlags="-f unix/Makefile prefix=$(out) INSTALL=cp";
|
||||
makefile = "unix/Makefile";
|
||||
buildFlags = if stdenv.isCygwin then "cygwin" else "generic";
|
||||
installFlags = "prefix=$(out) INSTALL=cp";
|
||||
|
||||
patches = if (enableNLS && !stdenv.isCygwin) then [ ./natspec-gentoo.patch.bz2 ] else [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user