mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
nixos/testing-python.nix: Move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
5d9dc70c2f
commit
75c4fc1c8b
@ -158,7 +158,7 @@ rec {
|
||||
in
|
||||
lib.warnIf skipLint "Linting is disabled" (runCommand testDriverName
|
||||
{
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
testScript = testScript';
|
||||
preferLocalBuild = true;
|
||||
testName = name;
|
||||
|
Loading…
Reference in New Issue
Block a user