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