nixos/testing-python.nix: Move makeWrapper to nativeBuildInputs

This commit is contained in:
Robert Hensing
2021-05-09 03:04:03 +02:00
parent 5d9dc70c2f
commit 75c4fc1c8b
+1 -1
View File
@@ -158,7 +158,7 @@ rec {
in
lib.warnIf skipLint "Linting is disabled" (runCommand testDriverName
{
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
testScript = testScript';
preferLocalBuild = true;
testName = name;