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

haskellPackages.mkDerivation: fix pkg-config cross #166781

Merged
merged 1 commit into from
Apr 1, 2022

Commits on Apr 1, 2022

  1. haskellPackages.mkDerivation: fix pkg-config cross

    When cross compiling the pkg-config binary is prefixed and cabal
    needs to be made aware of this.
    
    Note: the `--with-pkg-config` flag can't be added unconditionally
    because if the package doesn't need pkg-config (thus pkg-config
    is not in the PATH) cabal consider this a hard failure.
    rnhmjoj committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f649fb8 View commit details
    Browse the repository at this point in the history