Unverified Commit 8ad0f669 authored by Guy Chronister's avatar Guy Chronister
Browse files

axel: migrate to by-name

parent 07721b9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];
+0 −4
Original line number Diff line number Diff line
@@ -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));