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

kde5.kimageformats: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:54:30 -05:00
parent 6187ae6c02
commit 4986a452e6

View file

@ -5,9 +5,7 @@
kdeFramework {
name = "kimageformats";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}