mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Merge pull request #315717 from wegank/gtk-sharp-darwin
gtk-sharp-2_0: fix build on darwin
This commit is contained in:
commit
e8d1e3e673
@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
|
||||
./bootstrap-${lib.versions.majorMinor version}
|
||||
'';
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [
|
||||
"-Wno-error=int-conversion"
|
||||
]);
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
inherit monoDLLFixer;
|
||||
|
Loading…
Reference in New Issue
Block a user