Merge branch 'staging-next'

This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
This commit is contained in:
Vladimír Čunát
2019-04-06 13:20:53 +02:00
48 changed files with 1150 additions and 791 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "waf-${version}";
version = "2.0.13";
version = "2.0.14";
src = fetchFromGitLab {
owner = "ita1024";
repo = "waf";
rev = name;
sha256 = "1r4nyxpf07w98bx9zx0xii97rwsc27s6898xi9ph25p0n6hsdxxg";
sha256 = "006a4wb9i569pahs8ji86hrv58g2hm8xikgchnll3bdqgxllhnrs";
};
buildInputs = [ python ensureNewerSourcesForZipFilesHook ];