systemdgenie: 0.99.0 -> 0.99.0-unstable-2025-10-11

This commit is contained in:
éclairevoyant
2025-10-11 14:47:25 -04:00
parent ed79f4bf13
commit 4c63d537b5
2 changed files with 15 additions and 13 deletions
@@ -2,32 +2,34 @@
stdenv,
lib,
cmake,
extra-cmake-modules,
kxmlgui,
fetchFromGitLab,
kdelibs4support,
wrapQtAppsHook,
kdePackages,
pkg-config,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "systemdgenie";
version = "0.99.0";
version = "0.99.0-unstable-2025-10-11";
src = fetchFromGitLab {
domain = "invent.kde.org";
repo = "SystemdGenie";
owner = "system";
rev = "v${version}";
hash = "sha256-y+A2OuK1ZooPY5W0SsXEb1aaOAJ2b7QSwiumolmAaR4=";
rev = "dcfd937a711fb124da6c717c51334dbbb430e48e";
hash = "sha256-X/qUWStT3vRvJNQMdzUV818bsZkbxaaAd7RHJcK+WEE=";
};
nativeBuildInputs = [
cmake
extra-cmake-modules
wrapQtAppsHook
pkg-config
kdePackages.extra-cmake-modules
kdePackages.wrapQtAppsHook
];
buildInputs = [
kxmlgui
kdelibs4support
kdePackages.kirigami-addons
kdePackages.kio
kdePackages.ktexteditor
kdePackages.kxmlgui
];
meta = with lib; {
+1 -1
View File
@@ -4096,7 +4096,7 @@ with pkgs;
w3m = w3m-batch;
};
systemdgenie = libsForQt5.callPackage ../applications/system/systemdgenie { };
systemdgenie = callPackage ../applications/system/systemdgenie { };
tartube = callPackage ../applications/video/tartube { };