WIP: getting good
This commit is contained in:
@@ -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.)";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user