mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #122204 from roberth/nixos-test-expose-driver
nixos/tests: move makeWrapper to nativeBuildInputs
This commit is contained in:
commit
ecfc25248c
@ -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