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:
Vladimír Čunát 2017-02-27 20:08:26 +01:00
parent 20ffc3cd73
commit e2e270d1e2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 = ''