1 { mkDerivation, lib, fetchgit, cmake, extra-cmake-modules, qtbase, boost, gpgme }:
8 url = "https://anongit.kde.org/gpgmepp.git";
9 rev = "9826f6674e496ce575f606d17c318566381b3b15";
10 sha256 = "02ck2l3s8s7xh44blqaqnc5k49ccicdnzvhiwa67a3zgicz5i0vh";
13 buildInputs = [ extra-cmake-modules qtbase boost ];
14 propagatedBuildInputs = [ gpgme ];
16 nativeBuildInputs = [ cmake ];
19 license = [ licenses.lgpl2 ];
20 maintainers = [ maintainers.ehmry ];
21 platforms = platforms.linux;