nixos/testing-python.nix: Move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
5d9dc70c2f
commit
75c4fc1c8b
|
@ -158,7 +158,7 @@ rec {
|
||||||
in
|
in
|
||||||
lib.warnIf skipLint "Linting is disabled" (runCommand testDriverName
|
lib.warnIf skipLint "Linting is disabled" (runCommand testDriverName
|
||||||
{
|
{
|
||||||
buildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
testScript = testScript';
|
testScript = testScript';
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
testName = name;
|
testName = name;
|
||||||
|
|
Loading…
Reference in a new issue