inform6: fix darwin build

wip/little-gl
Stéphan Kochen 3 years ago committed by Jonathan Ringer
parent 40c346de46
commit 9716355b45
  1. 5
      pkgs/development/compilers/inform6/default.nix

@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ];
makeFlags = [ "PREFIX=${placeholder "out"}" ];
makeFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
"PREFIX=${placeholder "out"}"
];
meta = with lib; {
description = "Interactive fiction compiler and libraries";

Loading…
Cancel
Save