Skip to content

Commit

Permalink
binutils: drop the $dev/bin symlink
Browse files Browse the repository at this point in the history
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 e2e270d)
  • Loading branch information
vcunat committed Mar 1, 2017
1 parent 74ccd31 commit 2755f49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/tools/misc/binutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 2755f49

Please sign in to comment.