Loading pkgs/top-level/all-packages.nix +0 −8 Original line number Diff line number Diff line Loading @@ -1008,14 +1008,6 @@ with pkgs; crate = "api"; }; # This is to workaround gfal2-python broken against Python 3.12 or later. # TODO: Remove these lines after solving the breakage. gfal2-util = callPackage ../by-name/gf/gfal2-util/package.nix ( lib.optionalAttrs python3Packages.gfal2-python.meta.broken { python3Packages = python311Packages; } ); htop-vim = htop.override { withVimKeys = true; }; inherit (callPackages ../tools/networking/iroh/default.nix { }) Loading Loading
pkgs/top-level/all-packages.nix +0 −8 Original line number Diff line number Diff line Loading @@ -1008,14 +1008,6 @@ with pkgs; crate = "api"; }; # This is to workaround gfal2-python broken against Python 3.12 or later. # TODO: Remove these lines after solving the breakage. gfal2-util = callPackage ../by-name/gf/gfal2-util/package.nix ( lib.optionalAttrs python3Packages.gfal2-python.meta.broken { python3Packages = python311Packages; } ); htop-vim = htop.override { withVimKeys = true; }; inherit (callPackages ../tools/networking/iroh/default.nix { }) Loading