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

Commits on Jun 10, 2020

  1. pythonPackages.pyside2: resolve failing import

    Currently,
      `nix-shell -p "python3.withPackages (p: with p; [ pyside2 ])" --run 'python -c "import pyside2"'`
    fails with a:
      `ModuleNotFoundError: No module named 'shiboken2'`
    Pamplemousse committed Jun 10, 2020
    Copy the full SHA
    6df8995 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Merge pull request #90103 from Pamplemousse/fix_pyside2

    pythonPackages.pyside2: don't fail import on missing `shiboken2`
    gebner committed Jun 22, 2020
    Copy the full SHA
    d0ebf2d View commit details
    Browse the repository at this point in the history