Skip to content

Commit

Permalink
gnugrep: Add locales for tests
Browse files Browse the repository at this point in the history
This brings the number of skipped tests down from 48 to 9.
  • Loading branch information
dasJ committed May 15, 2023
1 parent 3b9c4be commit d4a1fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/gnugrep/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pcre2, libiconv, perl, autoreconfHook }:
{ lib, stdenv, glibcLocales, fetchurl, pcre2, libiconv, perl, autoreconfHook }:

# Note: this package is used for bootstrapping fetchurl, and thus
# cannot use fetchpatch! All mutable patches (generated by GitHub or
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation {
hash = "sha256-HbKu3eidDepCsW2VKPiUyNFdrk4ZC1muzHj1qVEnbqs=";
};

nativeCheckInputs = [ perl ];
nativeCheckInputs = [ perl glibcLocales ];
nativeBuildInputs = lib.optional stdenv.hostPlatform.isLoongArch64 autoreconfHook;
outputs = [ "out" "info" ]; # the man pages are rather small

Expand Down

0 comments on commit d4a1fce

Please sign in to comment.