kio-fuse: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 23:01:10 +01:00
parent ddee5b38d4
commit 5a0b3ee95a
2 changed files with 3 additions and 6 deletions
@@ -4,8 +4,7 @@
fetchgit,
cmake,
extra-cmake-modules,
wrapQtAppsHook,
kio,
libsForQt5,
fuse3,
}:
@@ -22,11 +21,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
extra-cmake-modules
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
];
buildInputs = [
kio
libsForQt5.kio
fuse3
];
-2
View File
@@ -2815,8 +2815,6 @@ with pkgs;
keybase-gui = callPackage ../tools/security/keybase/gui.nix { };
kio-fuse = libsForQt5.callPackage ../tools/filesystems/kio-fuse { };
krunvm = callPackage ../applications/virtualization/krunvm {
inherit (darwin) sigtool;
};