mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/testing-python.nix: Move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
5d9dc70c2f
commit
75c4fc1c8b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue