From 75c4fc1c8bf1c4c453c2b7279d70dc058d0b60ba Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 8 May 2021 17:25:34 +0200 Subject: nixos/testing-python.nix: Move makeWrapper to nativeBuildInputs --- nixos/lib/testing-python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/lib') diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix index 679c31f3e35..7e87313e963 100644 --- a/nixos/lib/testing-python.nix +++ b/nixos/lib/testing-python.nix @@ -158,7 +158,7 @@ rec { in lib.warnIf skipLint "Linting is disabled" (runCommand testDriverName { - buildInputs = [ makeWrapper ]; + nativeBuildInputs = [ makeWrapper ]; testScript = testScript'; preferLocalBuild = true; testName = name; -- cgit 1.4.1