kde5.libkexiv2: propagate all buildInputs
This commit is contained in:
parent
6d74e3a619
commit
3c6065bc5b
@ -6,14 +6,14 @@
|
||||
|
||||
kdeApp {
|
||||
name = "libkexiv2";
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
exiv2
|
||||
];
|
||||
meta = {
|
||||
license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
exiv2
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user