mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
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.
(cherry picked from commit e2e270d1e2)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user