Merge pull request #123482 from stephank/fix-pikchr-darwin
pikchr: fix darwin build
This commit is contained in:
commit
9be60ffa43
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
||||||
substituteInPlace Makefile --replace open "test -f"
|
substituteInPlace Makefile --replace open "test -f"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm755 pikchr $out/bin/pikchr
|
install -Dm755 pikchr $out/bin/pikchr
|
||||||
install -Dm755 pikchr.out $out/lib/pikchr.o
|
install -Dm755 pikchr.out $out/lib/pikchr.o
|
||||||
|
|
Loading…
Reference in a new issue