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