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

Commits on Dec 3, 2019

  1. mimalloc: un-break dynamic linking

    Previous versions of the build assumed libmimalloc.so would be a hard
    copy of mimalloc-secure.so iff secureBuild == true, but in 1.1.0 and
    later it seems libmimalloc.so is a symlink to the -secure variant. This
    apparently rectifies some behavior I noticed that was strange
    previously.
    
    This breakage wasn't caught because the 1.1.0 update was automatic in
    5596317; there should be a checkPhase to ensure this doesn't happen
    again...
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Dec 3, 2019
    Copy the full SHA
    4d39209 View commit details
    Browse the repository at this point in the history