inform6: fix darwin build

authored by Stéphan Kochen and committed by Jonathan Ringer 9716355b 40c346de

+4 -1
+4 -1
pkgs/development/compilers/inform6/default.nix
··· 11 12 buildInputs = [ perl ]; 13 14 - makeFlags = [ "PREFIX=${placeholder "out"}" ]; 15 16 meta = with lib; { 17 description = "Interactive fiction compiler and libraries";
··· 11 12 buildInputs = [ perl ]; 13 14 + makeFlags = [ 15 + "CC=${stdenv.cc.targetPrefix}cc" 16 + "PREFIX=${placeholder "out"}" 17 + ]; 18 19 meta = with lib; { 20 description = "Interactive fiction compiler and libraries";