pikchr: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-18 11:46:51 +02:00
parent a1d1f086c7
commit df51504424

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation {
substituteInPlace Makefile --replace open "test -f"
'';
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installPhase = ''
install -Dm755 pikchr $out/bin/pikchr
install -Dm755 pikchr.out $out/lib/pikchr.o