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

qt5.qtwebengine: point build at proper pkg-config for cross #220319

Closed
wants to merge 4 commits into from
Closed

qt5.qtwebengine: point build at proper pkg-config for cross #220319

wants to merge 4 commits into from

Commits on Mar 9, 2023

  1. qt5.qtwebengine: point build at proper pkg-config for cross

    When cross-compiling, qmake insists on being able to find a
    `pkgsHostForTarget`-style `pkg-config` with the name `pkg-config`
    (no target prefix allowed).
    
    To keep `qmake` happy, this commit creates a one-symlink derivation
    containing a link `pkg-config` which points to
    `${targetPrefix}pkg-config`.
    
    This commit also sets the `PKG_CONFIG` environment variable.
    Adam Joseph committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f17d902 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Update pkgs/development/libraries/qt-5/modules/qtwebengine.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4c1481d View commit details
    Browse the repository at this point in the history
  2. Update pkgs/development/libraries/qt-5/modules/qtwebengine.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    27c2241 View commit details
    Browse the repository at this point in the history
  3. Update pkgs/development/libraries/qt-5/modules/qtwebengine.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d6564c0 View commit details
    Browse the repository at this point in the history