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

Commits on Dec 19, 2019

  1. qt5.qtbase: python2 -> python3

    The only python reference in qtbase's dev output is a python script
    which imports print from __future__ (mkspecs/features/uikit/devices.py).
    It's not clear whether it depends on python or it just provides a python
    script. But I believe it's still good to have in buildInputs so it has
    a proper shebang.
    
    Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
    grahamc and worldofpeace committed Dec 19, 2019
    Copy the full SHA
    ef96a4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75916 from grahamc/python3/qtbase

    qt5.qtbase: python2 -> python3
    grahamc committed Dec 19, 2019
    Copy the full SHA
    5782c39 View commit details
    Browse the repository at this point in the history