Skip to content

Commit

Permalink
gcc: use stdenv.cc.bintools instead of targetPackages_bintools in bui…
Browse files Browse the repository at this point in the history
…ldInputs
  • Loading branch information
Adam Joseph committed Oct 26, 2023
1 parent bde78f5 commit 0899b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gcc/common/dependencies.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ in
]
++ optionals (lib.versionAtLeast version "10") [ libxcrypt ]
++ [
targetPackages_bintools # For linking code at run-time
stdenv.cc.bintools # For linking code at run-time
]
++ optionals (lib.versionOlder version "5" && cloog != null) [ cloog ]
++ optionals (isl != null) [ isl ]
Expand Down

0 comments on commit 0899b6b

Please sign in to comment.