Merge 'staging' into closure-size
This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
This commit is contained in:
@@ -35,6 +35,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Bug fix backported from binutils master.
|
||||
./fix-bsymbolic.patch
|
||||
|
||||
# Bug fix backported from binutils master.
|
||||
./fix-update-symbol-version.patch
|
||||
];
|
||||
|
||||
outputs = (optional (cross == null) "dev") ++ [ "out" "info" ];
|
||||
|
||||
Reference in New Issue
Block a user