about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 82134b051d4e5..72b22f7f68658 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -51,9 +51,9 @@ with pkgs;
 
   php = recurseIntoAttrs (callPackages ./php {});
 
-  pkg-configPackages =
+  defaultPkgConfigPackages =
     let
-      # pkg-configPackages test needs a Nixpkgs with allowUnsupportedPlatform
+      # defaultPkgConfigPackages test needs a Nixpkgs with allowUnsupportedPlatform
       # in order to filter out the unsupported packages without throwing any errors
       # tryEval would be too fragile, masking different problems as if they're
       # unsupported platform problems.