mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
kf5gpgmepp: init at 16.08.3
This commit is contained in:
parent
dcbcabc4d2
commit
94afe19f93
24
pkgs/development/libraries/kf5gpgmepp/default.nix
Normal file
24
pkgs/development/libraries/kf5gpgmepp/default.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{ mkDerivation, lib, fetchgit, cmake, extra-cmake-modules, qtbase, boost, gpgme }:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
pname = "kf5gpgmepp";
|
||||||
|
version = "16.08.3";
|
||||||
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://anongit.kde.org/gpgmepp.git";
|
||||||
|
rev = "9826f6674e496ce575f606d17c318566381b3b15";
|
||||||
|
sha256 = "02ck2l3s8s7xh44blqaqnc5k49ccicdnzvhiwa67a3zgicz5i0vh";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ extra-cmake-modules qtbase boost ];
|
||||||
|
propagatedBuildInputs = [ gpgme ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
license = [ licenses.lgpl2 ];
|
||||||
|
maintainers = [ maintainers.ehmry ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -11637,6 +11637,8 @@ in
|
|||||||
automake = automake111x;
|
automake = automake111x;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kf5gpgmepp = libsForQt5.callPackage ../development/libraries/kf5gpgmepp { };
|
||||||
|
|
||||||
kinetic-cpp-client = callPackage ../development/libraries/kinetic-cpp-client {
|
kinetic-cpp-client = callPackage ../development/libraries/kinetic-cpp-client {
|
||||||
openssl = openssl_1_0_2;
|
openssl = openssl_1_0_2;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user