mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
review comment
This commit is contained in:
parent
a34479850e
commit
ea1377419c
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
for i in Makefile po/Makefile; do
|
||||
substituteInPlace $i --replace "prefix = /usr" "prefix = $out"
|
||||
done
|
||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
'' + stdenv.lib.optionalString (stdenv.isDarwin || stdenv.hostPlatform.isMusl) ''
|
||||
echo "whois_LDADD += -liconv" >> Makefile
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user