Commit 93101b34 authored by DESPsyched's avatar DESPsyched
Browse files

hydra: remove entry from all-packages

The entry in `all-packages.nix` was left in while moving to `by-name` with a
[reference to the docs]. This recommendation had [since changed] and this
commit aligns the expression with the new recommendation.

[reference to the docs]: https://github.com/NixOS/nixpkgs/pull/338097#discussion_r1735598200
[since changed]: https://github.com/NixOS/nixpkgs/commit/4664ae4470091fe7b74040ad730f8039fd737216
parent a6fbd6cb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{
  stdenv,
  lib,
  nix,
  nixVersions,
  perlPackages,
  buildEnv,
  makeWrapper,
@@ -50,6 +50,8 @@
}:

let
  nix = nixVersions.nix_2_32;

  perlDeps = buildEnv {
    name = "hydra-perl-deps";
    paths =
+0 −2
Original line number Diff line number Diff line
@@ -7414,8 +7414,6 @@ with pkgs;
      hunspell.withDicts
      (_: dicts);

  hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_32; };

  icu-versions = callPackages ../development/libraries/icu { };
  inherit (icu-versions)
    icu60