Skip to content

Commit

Permalink
Revert "gcc: use stdenv.cc.bintools instead of targetPackages_bintool…
Browse files Browse the repository at this point in the history
…s in buildInputs"

This reverts commit 0899b6b8746790eec9dc49ea4f4a6c3def072e3b.
  • Loading branch information
Adam Joseph committed Nov 17, 2023
1 parent 8891c0a commit ec58a9e
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 ]
++ [
stdenv.cc.bintools # For linking code at run-time
targetPackages_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 ec58a9e

Please sign in to comment.