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: 540e9726b3fa
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5ad7aedf63fd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 23, 2018

  1. pythonPackages.pyftgl: fix build (#47232)

    See https://hydra.nixos.org/build/80705583
    
    Recent `boost` versions with `python` enabled have changed their naming
    scheme for `boost_python` shared objects which causes issues with the
    proper linking when building `pyftgl`.
    
    Previously the library was named `boost_python3`, no it's named
    `boost_python36` for current python (3.6.x).
    
    The same issue applies for the `python2`.
    
    Addresses #45960
    Ma27 authored and xeji committed Sep 23, 2018
    Copy the full SHA
    5ad7aed View commit details
    Browse the repository at this point in the history