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:
Vladimír Čunát
2017-02-27 20:08:26 +01:00
parent 74ccd31491
commit 2755f490a5

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