Merge branch 'master' into staging-next
There are several thousand rebuilds from master already. Hydra nixpkgs: ?compare=1528940
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ lib, stdenv, pkgs, python, makeSetupHook, waf }:
|
||||
|
||||
makeSetupHook {
|
||||
deps = [ python ];
|
||||
substitutions = {
|
||||
inherit waf;
|
||||
crossFlags = lib.optionalString (stdenv.hostPlatform.system != stdenv.targetPlatform.system)
|
||||
''--cross-compile "--cross-execute=${stdenv.targetPlatform.emulator pkgs}"'';
|
||||
};
|
||||
} ./setup-hook.sh
|
||||
Reference in New Issue
Block a user