Skip to content

Commit

Permalink
Merge branch 'NixOS:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
qxrein authored Dec 26, 2024
2 parents 63d2c3f + 300e97b commit d99624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/testers/hasPkgConfigModules/tester.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tester arguments
{ package,
moduleNames ? package.meta.pkgConfigModules,
testName ? "check-pkg-config-${lib.concatStringsSep "-" moduleNames}",
testName ? "check-pkg-config-${package.pname or package.name}",
version ? package.version or null,
versionCheck ? false,
}:
Expand Down

0 comments on commit d99624c

Please sign in to comment.