kio-fuse: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user