Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3b9e9c5ff0cd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 99d25675152f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 12, 2020

  1. qt5: Add missing include path to pkg-config files

    This is achieved by patching qtbase `qmake/generators/makefile.cpp` to
    unconditionally add the missing `-I${includedir}`. The include path is
    otherwise conditioned on whether it is already available or not. Since there is
    no unified set of system include paths in nix this cause problems as reported
    in #52457.
    xbreak committed May 12, 2020
    Copy the full SHA
    ee59753 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge pull request #86317 from xbreak/qt5-pkg-config

    qt5: Add missing include path to pkg-config files
    ttuegel committed May 28, 2020
    Copy the full SHA
    99d2567 View commit details
    Browse the repository at this point in the history