wafHook: Don't wrap python2

This commit is contained in:
Janne Heß
2020-12-17 19:01:28 +01:00
parent 5b8d5f23f8
commit cfc4f6347f
2 changed files with 7 additions and 2 deletions
@@ -1,7 +1,6 @@
{ lib, stdenv, pkgs, python, makeSetupHook, waf }:
{ lib, stdenv, pkgs, makeSetupHook, waf }:
makeSetupHook {
deps = [ python ];
substitutions = {
inherit waf;
crossFlags = lib.optionalString (stdenv.hostPlatform.system != stdenv.targetPlatform.system)