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

Commits on Oct 2, 2018

  1. haskell: fix x509-system on mojave

    darwin.security_tool is currently broken in Mojave. See issue #45042
    for more info. Our security_tool stuff comes from 10.9 so I suspect
    that it needs an update.
    
    Here I am putting in a hack to get things working again. This uses the
    system provided security binary at /usr/bin/security to avoid the
    issue in Haskell’s x509-system package. Unfortunately, this will break
    with the sandbox. I am also working on a proper fix, but this requires
    updating lots of Apple stuff (and also copumpkin’s new CF). You can
    follow the progress on this branch:
    
      https://github.com/matthewbauer/nixpkgs/tree/xcode-security
    
    This commit should be backported to release-18.03 and release-18.09.
    
    /cc @copumpkin @LnL7 @pikajude
    matthewbauer committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b79abf0 View commit details
    Browse the repository at this point in the history