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 11 12 12 buildInputs = [ perl ]; 13 13 14 - makeFlags = [ "PREFIX=${placeholder "out"}" ]; 14 + makeFlags = [ 15 + "CC=${stdenv.cc.targetPrefix}cc" 16 + "PREFIX=${placeholder "out"}" 17 + ]; 15 18 16 19 meta = with lib; { 17 20 description = "Interactive fiction compiler and libraries";