mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 06:48:41 +00:00
Merge pull request #284740 from trofi/hasPkgConfigModules-fix-zero-modules
build-support/testers: don't fail the test on empty list of pkg-confi…
This commit is contained in:
commit
bcc0c6a215
@ -30,6 +30,7 @@ runCommand testName {
|
||||
}
|
||||
package.meta;
|
||||
} ''
|
||||
touch "$out"
|
||||
for moduleName in $moduleNames; do
|
||||
echo "checking pkg-config module $moduleName in $buildInputs"
|
||||
set +e
|
||||
|
Loading…
Reference in New Issue
Block a user