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

Commits on Aug 6, 2020

  1. python3Packages.wxPython_4_0: remove unused dependencies

    The package contains no references to many of its declared dependencies, and
    the build succeeds without them.
    lopsided98 committed Aug 6, 2020
    Copy the full SHA
    4309365 View commit details
    Browse the repository at this point in the history
  2. python3Packages.wxPython_4_0: enable format hardening

    This was inherited from wxPython 3 and does not seem to be necessary.
    lopsided98 committed Aug 6, 2020
    Copy the full SHA
    8b76b92 View commit details
    Browse the repository at this point in the history
  3. python3Packages.wxPython_4_0: remove manual wrapPythonPrograms invoca…

    …tion
    
    This was causing programs to be wrapped twice, as wrapping occurs automatically
    during the fixup phase.
    lopsided98 committed Aug 6, 2020
    Copy the full SHA
    7f15e31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #94108 from lopsided98/wxpython-remove-deps

    python3Packages.wxPython_4_0: remove unused dependencies
    infinisil committed Aug 6, 2020
    Copy the full SHA
    1c918cf View commit details
    Browse the repository at this point in the history