yad: fix gcc5 build
https://hydra.nixos.org/build/33612450/nixlog/1/raw
This commit is contained in:
parent
a4ed052407
commit
0b060bdf68
@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-icon-browser"
|
"--enable-icon-browser"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# for gcc5: c11 inline semantics breaks the build
|
||||||
|
NIX_CFLAGS_COMPILE = "-fgnu89-inline";
|
||||||
|
|
||||||
buildInputs = [ gtk2 ];
|
buildInputs = [ gtk2 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
|
Loading…
Reference in New Issue
Block a user