Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-08-31 10:04:20 +02:00
364 changed files with 8970 additions and 6854 deletions
@@ -5,7 +5,7 @@
}, system ? builtins.currentSystem, nodejs ? pkgs.nodejs-10_x}:
let
nodeEnv = import ./node-env.nix {
nodeEnv = import ../../../node-packages/node-env.nix {
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
inherit nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;