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: fd3d64baa000
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5b80b9a7b49e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 21, 2019

  1. zbar: disable Qt assertions

    Greatly decreases zbar-lib transitive closure size: assertion messages
    contain paths to Qt header files, causing zbar-lib to depend on
    qtbase-dev.
    
    The Qt specific mkDerivation normally does this automatically, but we
    can't use it here due to having only a small part of the project being
    Qt related.
    delroth committed Sep 21, 2019
    Copy the full SHA
    18b607b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69181 from delroth/zbar-qtbase

    zbar: disable Qt assertions
    Mic92 committed Sep 21, 2019
    Copy the full SHA
    5b80b9a View commit details
    Browse the repository at this point in the history