Merge pull request #122204 from roberth/nixos-test-expose-driver

nixos/tests: move makeWrapper to nativeBuildInputs
This commit is contained in:
Robert Hensing 2021-05-09 03:13:09 +02:00 committed by GitHub
commit ecfc25248c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;