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: 3e7a2b9147fe
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f52443efaef6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 20, 2020

  1. pythonPackages.pyopengl: avoid dragging in 500M of -dev packages

    Only the actual shared libraries are required to be installed, and they
    are imported directly by path via ctypes. The package's patchPhase
    already takes care of embedding the Nix store paths of the required
    libraries into pyopengl.
    
    This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
    delroth authored and FRidh committed Apr 20, 2020
    Copy the full SHA
    f52443e View commit details
    Browse the repository at this point in the history