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:
Tuomas Tynkkynen 2016-01-24 08:47:46 +02:00
parent 421989fb5a
commit f62dbc0121

View file

@ -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. */