runningx: fix darwin build
This commit is contained in:
parent
077005f6c4
commit
0528b8c94e
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user