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

Commits on Feb 15, 2020

  1. haskell generic-builder: fix Darwin regression for lmdb

    Recent updates to the generic builder have caused haskellPackages.lmdb-simple to
    fail to build on Darwin, since it cannot see the lmdb C dynamic library included
    by its dependent haskellPackages.lmdb.
    
    The C dynamic library has suffix `.so` not `.dylib`, so this fix allows for
    that.
    
    Closes #80190, but that issue may identify a preferable solution.
    simonchatts committed Feb 15, 2020
    Copy the full SHA
    8c58c44 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request #80191 from simonchatts/lmdb

    haskell generic-builder: fix Darwin regression for lmdb
    infinisil committed Feb 17, 2020
    Copy the full SHA
    b7bf4ce View commit details
    Browse the repository at this point in the history