kde5.gpgmepp: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:09:05 -05:00
parent 1ebcb5f67f
commit fc6606adaf
1 changed files with 6 additions and 7 deletions

View File

@ -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
];
}