tie: fix darwin build

This commit is contained in:
Matthew Bauer 2016-08-12 00:08:45 -05:00
parent 2d57d9440e
commit b988a35436

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildPhase = ''
gcc tie.c -o tie
cc tie.c -o tie
'';
installPhase = ''