2016-04-21 17:00:51 +01:00
|
|
|
{ kdeApp
|
|
|
|
, lib
|
|
|
|
, extra-cmake-modules
|
|
|
|
, boost
|
|
|
|
, gpgme
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeApp {
|
|
|
|
name = "gpgmepp";
|
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ lgpl21 bsd3 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
2016-04-28 19:09:05 +01:00
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
boost gpgme
|
|
|
|
];
|
2016-04-21 17:00:51 +01:00
|
|
|
}
|