runningx: fix darwin build

This commit is contained in:
Matthew Bauer 2016-08-12 00:09:15 -05:00
parent 077005f6c4
commit 0528b8c94e

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
phases = [ "buildPhase" "installPhase" ];
buildPhase = ''
gcc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src
cc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src
'';
installPhase = ''