···67676868 enableParallelBuilding = true;
69697070- meta = {
7070+ meta = with stdenv.lib; {
7171 description = "Tools for manipulating binaries (linker, assembler, etc.)";
7272 longDescription = ''
7373 The GNU Binutils are a collection of binary tools. The main
···7676 `gprof', `nm', `strip', etc.
7777 '';
7878 homepage = http://www.gnu.org/software/binutils/;
7979- license = stdenv.lib.licenses.gpl3Plus;
8080- platforms = stdenv.lib.platforms.linux;
7979+ license = licenses.gpl3Plus;
8080+ platforms = platforms.unix;
81818282 /* Give binutils a lower priority than gcc-wrapper to prevent a
8383 collision due to the ld/as wrappers/symlinks in the latter. */