10 src = fetchFromGitLab {
11 domain = "invent.kde.org";
14 rev = "${pname}-${version}";
15 hash = "sha256-G/GXmcQI1OBnCE7saPHeHDAMeL2WR6nVttMlKV2e01I=";
18 extraBuildInputs = [ libgit2 ];
21 license = licenses.gpl2Plus;
22 maintainers = [ maintainers.pwoelfel ];