10 stdenv.mkDerivation rec{
11 pname = "systemdgenie";
13 src = fetchFromGitLab {
14 domain = "invent.kde.org";
15 repo = "SystemdGenie";
18 hash = "sha256-y+A2OuK1ZooPY5W0SsXEb1aaOAJ2b7QSwiumolmAaR4=";
21 nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
23 buildInputs = [ kxmlgui kdelibs4support ];
26 description = "Systemd management utility";
27 mainProgram = "systemdgenie";
28 homepage = "https://kde.org";
29 license = licenses.gpl2;
30 maintainers = [ maintainers.pasqui23 ];
31 platforms = platforms.linux;