mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
setroot: fix darwin build
This commit is contained in:
parent
0528b8c94e
commit
62ca3dd4b6
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libX11 imlib2 ]
|
||||
++ stdenv.lib.optional enableXinerama libXinerama;
|
||||
|
||||
buildFlags = if enableXinerama then "xinerama=1" else "xinerama=0";
|
||||
buildFlags = "CC=cc " + (if enableXinerama then "xinerama=1" else "xinerama=0");
|
||||
|
||||
installFlags = "DESTDIR=$(out) PREFIX=";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user