nixpkgs/pkgs/top-level/pkg-config
Adam Joseph 07c9ae7a65 test-defaultPkgConfigPackages.nix: filter out recurseForDerivations
The command at the top of this file fails to evaluate:

```
$ nix-build -A tests.pkg-config.defaultPkgConfigPackages
in job ‘nixpkgs.tests.pkg-config.defaultPkgConfigPackages.tests-combined.x86_64-linux’:
error: pkg-config module `recurseForDerivations` is not defined to be a derivation. Please check the attribute value for `recurseForDerivations` in `pkgs/top-level/pkg-config-packages.nix` in Nixpkgs.
```

This is also causing eval errors on Hydra:

  https://hydra.nixos.org/jobset/nixos/pr-209870-gcc-external-bootstrap#tabs-errors

Let's filter out `recurseForDerivations=true` from the attrset,
since it exists mainly as a flag to signal special handling when
recursing.
2023-03-17 20:44:31 -07:00
..
defaultPkgConfigPackages.nix top-level/pkg-config: Make tests easy to find 2023-01-29 09:51:55 +01:00
pkg-config-data.json curl: add pkg-config metadata for libcurl.pc 2023-02-15 13:52:15 +01:00
test-defaultPkgConfigPackages.nix test-defaultPkgConfigPackages.nix: filter out recurseForDerivations 2023-03-17 20:44:31 -07:00
tests.nix top-level/pkg-config: Make tests easy to find 2023-01-29 09:51:55 +01:00