mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
darwin binutils: Fix binutils-raw output references
This commit is contained in:
parent
fa1a1f527b
commit
47784e55e1
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
|||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
mkdir -p $out/bin $out/include
|
mkdir -p $out/bin $out/include
|
||||||
|
|
||||||
ln -s ${binutils-raw}/bin/c++filt $out/bin/c++filt
|
ln -s ${binutils-raw.out}/bin/c++filt $out/bin/c++filt
|
||||||
|
|
||||||
# We specifically need:
|
# We specifically need:
|
||||||
# - ld: binutils doesn't provide it on darwin
|
# - ld: binutils doesn't provide it on darwin
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
|
|
||||||
# FIXME: this will give us incorrect man pages for bits of cctools
|
# FIXME: this will give us incorrect man pages for bits of cctools
|
||||||
ln -s ${binutils-raw}/share $out/share
|
ln -s ${binutils-raw.out}/share $out/share
|
||||||
ln -s ${binutils-raw.out}/lib $out/lib
|
ln -s ${binutils-raw.out}/lib $out/lib
|
||||||
|
|
||||||
ln -s ${cctools}/libexec $out/libexec
|
ln -s ${cctools}/libexec $out/libexec
|
||||||
|
Loading…
Reference in New Issue
Block a user