mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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