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: 8ed666f6207d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ba06e28cbc1b
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 8, 2018

  1. qt5.qtwebkit: Fixes modules src being subtly broken.

    b785d48 introduced breakage in Qt
    modules for 5.6 and 5.9, especially visible is Qt Webkit.
    
    This was manifested by having a non-sensical build log where it is using
    the top-level `src` attribute as source instead of Qt Webkit's own
    source.
    
    Were it not for the `src` top-level attribute (which is a legit
    package), the error would have been made obvious by passing `null` to
    `src`.
    
    This partily reverts newly introduced way `src` can be passed to a
    qtModule, instead relying on extending the `srcs` attrset.
    
    For ZHF #45960
    samueldr committed Sep 8, 2018
    Copy the full SHA
    cb38098 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Merge pull request #46383 from samueldr/zhf/qtwebkits

    qt5.qtwebkit: Fixes modules src being subtly broken.
    Thomas Tuegel committed Sep 11, 2018
    Copy the full SHA
    ba06e28 View commit details
    Browse the repository at this point in the history