mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
treewide: Make explicit that 'dev' output of binutils-raw is used
This commit is contained in:
parent
9f8a22fae5
commit
3865e739de
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
ln -sf "${cctools}/bin/$i" "$out/bin/$i"
|
||||
done
|
||||
|
||||
for i in ${binutils-raw}/include/*.h; do
|
||||
for i in ${binutils-raw.dev}/include/*.h; do
|
||||
ln -s "$i" "$out/include/$(basename $i)"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user