skrooge: migrate to by-name

This commit is contained in:
Guy Chronister
2025-10-04 11:29:19 -05:00
parent 2a0a311a4d
commit 56c1eb11d8
2 changed files with 3 additions and 23 deletions
@@ -3,30 +3,12 @@
lib,
fetchurl,
cmake,
extra-cmake-modules,
pkg-config,
qtbase,
wrapQtAppsHook,
qtwebengine,
grantlee,
kxmlgui,
kwallet,
kparts,
kdoctools,
kjobwidgets,
kiconthemes,
knewstuff,
sqlcipher,
qca,
plasma-activities,
karchive,
kguiaddons,
knotifyconfig,
krunner,
ktexttemplate,
kwindowsystem,
libofx,
shared-mime-info,
kdePackages,
}:
stdenv.mkDerivation rec {
@@ -38,7 +20,7 @@ stdenv.mkDerivation rec {
hash = "sha256-HNui/SjCN9LWxUxHDae59n5qPIwYWHX1uFSlVnwBlL8=";
};
nativeBuildInputs = [
nativeBuildInputs = with kdePackages; [
cmake
extra-cmake-modules
kdoctools
@@ -47,7 +29,7 @@ stdenv.mkDerivation rec {
wrapQtAppsHook
];
buildInputs = [
buildInputs = with kdePackages; [
qtbase
qtwebengine
grantlee
-2
View File
@@ -12694,8 +12694,6 @@ with pkgs;
super-slicer-latest = super-slicer.latest;
skrooge = kdePackages.callPackage ../applications/office/skrooge { };
soci = callPackage ../development/libraries/soci { };
socialscan = with python3.pkgs; toPythonApplication socialscan;