mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
treewide: Mass replace 'binutils-raw}/lib' to refer the 'out' output
This commit is contained in:
parent
c2ceed1ad1
commit
79738a639a
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
# FIXME: this will give us incorrect man pages for bits of cctools
|
||||
ln -s ${binutils-raw}/share $out/share
|
||||
ln -s ${binutils-raw}/lib $out/lib
|
||||
ln -s ${binutils-raw.out}/lib $out/lib
|
||||
|
||||
ln -s ${cctools}/libexec $out/libexec
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user