summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-19 02:37:46 +0200
committerGitHub <noreply@github.com>2023-11-19 02:37:46 +0200
commit1b70d81d11da8001f6467d8b095999091d236f22 (patch)
tree1a97521be873f18ee510e23cba810523043f5613 /pkgs/development
parent0192fcc944171f19374c7e75ac1b2d12717c6367 (diff)
parent7444c59c5289134a628eab97c52a2e5fdb6b0020 (diff)
downloadnixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.tar
nixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.tar.gz
nixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.tar.bz2
nixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.tar.lz
nixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.tar.xz
nixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.tar.zst
nixpkgs-1b70d81d11da8001f6467d8b095999091d236f22.zip
Merge pull request #268026 from amjoseph-nixpkgs/pr/newlib/fix
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/misc/newlib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/misc/newlib/default.nix b/pkgs/development/misc/newlib/default.nix
index 8aed144ff65..56c644af140 100644
--- a/pkgs/development/misc/newlib/default.nix
+++ b/pkgs/development/misc/newlib/default.nix
@@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
   # logic was not fixed.  So we must disable it.
   ''
     substituteInPlace configure --replace 'noconfigdirs target-newlib target-libgloss' 'noconfigdirs'
+    substituteInPlace configure --replace 'cross_only="target-libgloss target-newlib' 'cross_only="'
   '';