testers.testEqualArrayOrMap: switch to callPackage

This commit is contained in:
Connor Baker
2025-02-27 18:05:11 +00:00
parent 40019a5e14
commit 12ffaa4e85
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -71,8 +71,7 @@
# See https://nixos.org/manual/nixpkgs/unstable/#tester-testEqualArrayOrMap
# or doc/build-helpers/testers.chapter.md
# NOTE: Must be `import`-ed rather than `callPackage`-d to preserve the `override` attribute.
testEqualArrayOrMap = import ./testEqualArrayOrMap { inherit lib stdenvNoCC; };
testEqualArrayOrMap = callPackage ./testEqualArrayOrMap { };
# See https://nixos.org/manual/nixpkgs/unstable/#tester-testVersion
# or doc/build-helpers/testers.chapter.md
@@ -1,4 +1,3 @@
# NOTE: Must be `import`-ed rather than `callPackage`-d to preserve the `override` attribute.
{
lib,
stdenvNoCC,