Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: ef9e8bd9335e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 18a7c1df643a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

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
    
    (cherry picked from commit 5ad7aed)
    Ma27 authored and xeji committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    c49fa22 View commit details
    Browse the repository at this point in the history
  2. haskellPackages.Euterpea: fix build by using PortMidi == 0.2

    (cherry picked from commit 9b67908)
    basvandijk committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    9b4d87c View commit details
    Browse the repository at this point in the history
  3. hdf4: fix build on aarch64-linux (#47209)

    Pull in the Debian patches for AArch64 support, and a bonus patch for
    reproducible builds while we're at it.
    
    (cherry picked from commit 104014c)
    andrew-d authored and xeji committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    18a7c1d View commit details
    Browse the repository at this point in the history