binutils: Add platforms
There are some variants of binutils in all-packages.nix that aren't getting built by Hydra currently.
This commit is contained in:
parent
421989fb5a
commit
f62dbc0121
1 changed files with 1 additions and 3 deletions
|
@ -69,17 +69,15 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Tools for manipulating binaries (linker, assembler, etc.)";
|
||||
|
||||
longDescription = ''
|
||||
The GNU Binutils are a collection of binary tools. The main
|
||||
ones are `ld' (the GNU linker) and `as' (the GNU assembler).
|
||||
They also include the BFD (Binary File Descriptor) library,
|
||||
`gprof', `nm', `strip', etc.
|
||||
'';
|
||||
|
||||
homepage = http://www.gnu.org/software/binutils/;
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
/* Give binutils a lower priority than gcc-wrapper to prevent a
|
||||
collision due to the ld/as wrappers/symlinks in the latter. */
|
||||
|
|
Loading…
Reference in a new issue