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

Commits on Aug 3, 2019

  1. python.pkgs.sip: 4.19.13 -> 4.19.14

    Robert Schütz authored and FRidh committed Aug 3, 2019
    Copy the full SHA
    2255e9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03a820d View commit details
    Browse the repository at this point in the history
  3. python.pkgs.pyqt5: 5.11.3 -> 5.13.0

    This upgrades pyqt5 and fixes the build. Note that the QtWebEngine
    module is split into `pyqtwebengine` by upstream and us.
    
    If your application gives an error that a Qt module is missing, then
    that is most likely because it was not included when building pyqt5.
    The solution is to simply add it here to the `(native)BuildInputs`.
    Don't forget to add an import check. We should include all the modules
    (except qtwebkit) that are needed.
    Robert Schütz authored and FRidh committed Aug 3, 2019
    Copy the full SHA
    c3839de View commit details
    Browse the repository at this point in the history
  4. python.pkgs.pyqtwebengine: init at 5.12.1

    5.13.0 is available, however, it assumes qt 5.13 is used and fails
    to build due to a missing QWebEngineNotification class.
    Robert Schütz authored and FRidh committed Aug 3, 2019
    Copy the full SHA
    497f1a0 View commit details
    Browse the repository at this point in the history
  5. qutebrowser: add pyqtwebengine to propagatedBuildInputs

    Robert Schütz authored and FRidh committed Aug 3, 2019
    Copy the full SHA
    2912844 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e65102b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    888b8c8 View commit details
    Browse the repository at this point in the history
  8. anki: fix with pyqtwebengine

    FRidh committed Aug 3, 2019
    Copy the full SHA
    33a876e View commit details
    Browse the repository at this point in the history