binutils: drop the $dev/bin symlink
Fixes #18839. I suspect I once added this just because of some deficiencies in an early development version of the multiple-output framework in stdenv.
This commit is contained in:
parent
20ffc3cd73
commit
e2e270d1e2
@ -81,8 +81,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postFixup = optionalString (cross == null) "ln -s $out/bin $dev/bin"; # tools needed for development
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tools for manipulating binaries (linker, assembler, etc.)";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user