Unverified Commit eff9efed authored by Aaron Jheng's avatar Aaron Jheng
Browse files

juicefs: move to by-name

parent 0acb5f09
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
  };