Skip to content

Commit

Permalink
juicefs: move to by-name (#365297)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 15, 2024
2 parents 2bdbe4c + eff9efe commit 3043585
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 3043585

Please sign in to comment.