Merge pull request #210109 from amjoseph-nixpkgs/pr/stdenv/build-gettext-only-once

This commit is contained in:
Artturi 2023-01-14 21:55:22 +02:00 committed by GitHub
commit 5fae6b5c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@ in
overrides = self: super: {
inherit (prevStage)
ccWrapperStdenv
ccWrapperStdenv gettext
gcc-unwrapped coreutils gnugrep
perl gnum4 bison;
dejagnu = super.dejagnu.overrideAttrs (a: { doCheck = false; } );
@ -370,7 +370,7 @@ in
overrides = self: super: rec {
inherit (prevStage)
ccWrapperStdenv
binutils coreutils gnugrep
binutils coreutils gnugrep gettext
perl patchelf linuxHeaders gnum4 bison libidn2 libunistring;
${localSystem.libc} = getLibc prevStage;
gcc-unwrapped =