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

This commit is contained in:
Robert Hensing 2021-05-08 17:25:34 +02:00
parent 5d9dc70c2f
commit 75c4fc1c8b

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;