1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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;