axel: migrate to by-name

This commit is contained in:
Guy Chronister
2026-02-11 15:51:10 -06:00
parent 07721b9bef
commit 8ad0f66923
2 changed files with 2 additions and 6 deletions
@@ -6,7 +6,7 @@
autoconf-archive,
pkg-config,
gettext,
libssl,
openssl,
txt2man,
}:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gettext
libssl
openssl
];
installFlags = [ "ETCDIR=${placeholder "out"}/etc" ];
-4
View File
@@ -1559,10 +1559,6 @@ with pkgs;
withLibdnssdCompat = true;
};
axel = callPackage ../tools/networking/axel {
libssl = openssl;
};
babelfish = callPackage ../shells/fish/babelfish.nix { };
bat-extras = recurseIntoAttrs (lib.makeScope newScope (import ../tools/misc/bat-extras));