1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kio-extras: Fix build with qt 5.10

This commit is contained in:
adisbladis 2018-01-16 21:37:51 +08:00
parent 3fac63b650
commit b72de3e286
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -18,5 +18,5 @@ mkDerivation {
kdbusaddons kguiaddons kdnssd kiconthemes ki18n kio khtml kdelibs4support
kpty libmtp libssh openexr openslp phonon qtsvg samba solid
];
NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ];
CXXFLAGS = [ "-I${ilmbase.dev}/include/OpenEXR" ];
}