juicefs: move to by-name

This commit is contained in:
Aaron Jheng
2024-12-15 04:59:45 +00:00
parent 0acb5f0924
commit eff9efed9b
2 changed files with 0 additions and 4 deletions
-4
View File
@@ -3904,10 +3904,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) AppKit;
};
juicefs = callPackage ../tools/filesystems/juicefs {
buildGoModule = buildGo122Module;
};
jogl = callPackage ../by-name/jo/jogl/package.nix {
stdenv = if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64 then overrideSDK stdenv "11.0" else stdenv;
};