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: 3e44d2f2b52f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 79bbe4d54399
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 2, 2018

  1. jshint: depend on phantomjs2

    (cherry picked from commit 22e9c0a)
    Philipp Middendorf authored and Mic92 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    0f51003 View commit details
    Browse the repository at this point in the history
  2. jetbrains: add libnotify to wrapper to enable notifications

    (cherry picked from commit 0b2f2f3)
    Philipp Middendorf authored and Mic92 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9934f41 View commit details
    Browse the repository at this point in the history
  3. 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
    79bbe4d View commit details
    Browse the repository at this point in the history