Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetchurl: Don't force-override curl's gssSupport to on unnecessarily #66506

Merged
merged 1 commit into from
Aug 12, 2019

Commits on Aug 12, 2019

  1. fetchurl: Don't force-override curl's gssSupport to on. Fixes NixOS#6…

    …6499.
    
    The original intent in commit
    
        a1fec86 treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl` itself
    
    was to turn `gssSupport` *off* on Darwin, but the code actually also forced
    it *on* on Linux.
    This resulted in previous (e.g. overlays) `.override { gssSupport = false; }`
    being ignored (NixOS#66499).
    
    This commit fixes it by just respecting the old value when it doesn't need
    to be forced to off.
    nh2 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    b7dfc72 View commit details
    Browse the repository at this point in the history