Skip to content

Commit

Permalink
Merge pull request #268026 from amjoseph-nixpkgs/pr/newlib/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Nov 19, 2023
2 parents 0192fcc + 7444c59 commit 1b70d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/misc/newlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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="'
'';


Expand Down

0 comments on commit 1b70d81

Please sign in to comment.