kde5.gpgmepp: propagate all buildInputs
This commit is contained in:
parent
1ebcb5f67f
commit
fc6606adaf
|
@ -7,15 +7,14 @@
|
||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "gpgmepp";
|
name = "gpgmepp";
|
||||||
nativeBuildInputs = [
|
|
||||||
extra-cmake-modules
|
|
||||||
];
|
|
||||||
buildInputs = [
|
|
||||||
boost
|
|
||||||
gpgme
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ lgpl21 bsd3 ];
|
license = with lib.licenses; [ lgpl21 bsd3 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
boost gpgme
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue