Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-defaultPkgConfigPackages.nix: filter out recurseForDerivations #221763

Merged
merged 1 commit into from Mar 18, 2023
Merged

test-defaultPkgConfigPackages.nix: filter out recurseForDerivations #221763

merged 1 commit into from Mar 18, 2023

Commits on Mar 18, 2023

  1. 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.
    Adam Joseph committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    07c9ae7 View commit details
    Browse the repository at this point in the history