fix some packages on darwin

This commit is contained in:
Eric Seidel
2014-09-09 13:54:26 -07:00
committed by Joel Taylor
parent e22889064f
commit 0577499d74
9 changed files with 28 additions and 5 deletions
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
configurePhase = ''
sed -i "makefile" -"es|PREFIX[[:blank:]]*=.*$|PREFIX = $out|g"
sed -i "makefile" -"es|gcc|$CC|g"
'';
doCheck = true;