WIP: getting good

This commit is contained in:
Vladimír Čunát
2014-08-27 01:14:09 +02:00
parent 4dccb224c5
commit fb59f27a43
31 changed files with 258 additions and 145 deletions
@@ -34,8 +34,10 @@ stdenv.mkDerivation rec {
./pt-pax-flags-20121023.patch
];
outputs = [ "dev" "out" "info" ];
buildInputs =
[ zlib ]
[ stdenv.hookLib.multiout zlib ]
++ optional gold bison;
inherit noSysDirs;
@@ -66,6 +68,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postFixup = "ln -s $out/bin $dev/bin"; # tools needed for development
meta = {
description = "GNU Binutils, tools for manipulating binaries (linker, assembler, etc.)";