Merge branch 'staging'

(Truly, this time :-)
This commit is contained in:
Vladimír Čunát
2017-03-01 11:34:44 +01:00
22 changed files with 269 additions and 87 deletions

View File

@@ -81,8 +81,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postFixup = optionalString (cross == null) "ln -s $out/bin $dev/bin"; # tools needed for development
meta = with stdenv.lib; {
description = "Tools for manipulating binaries (linker, assembler, etc.)";
longDescription = ''