fuse2: add to top-level
This commit is contained in:
parent
080a4a27f2
commit
c3428248d9
@ -27363,7 +27363,8 @@ with pkgs;
|
||||
fusePackages = dontRecurseIntoAttrs (callPackage ../os-specific/linux/fuse {
|
||||
util-linux = util-linuxMinimal;
|
||||
});
|
||||
fuse = lowPrio (if stdenv.isDarwin then macfuse-stubs else fusePackages.fuse_2);
|
||||
fuse = fuse2;
|
||||
fuse2 = lowPrio (if stdenv.isDarwin then macfuse-stubs else fusePackages.fuse_2);
|
||||
fuse3 = fusePackages.fuse_3;
|
||||
fuse-common = hiPrio fusePackages.fuse_3.common;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user