Skip to content

use fetchurlBoot in libressl#11653

Merged
cillianderoiste merged 1 commit intoNixOS:masterfrom
mayflower:libressl-fetchurlBoot
Dec 12, 2015
Merged

use fetchurlBoot in libressl#11653
cillianderoiste merged 1 commit intoNixOS:masterfrom
mayflower:libressl-fetchurlBoot

Conversation

@globin
Copy link
Member

@globin globin commented Dec 12, 2015

This enables using libressl as the default openssl implementation by overriding, first step to superseed #11287

cillianderoiste added a commit that referenced this pull request Dec 12, 2015
@cillianderoiste cillianderoiste merged commit 9474d6b into NixOS:master Dec 12, 2015
@globin globin deleted the libressl-fetchurlBoot branch December 12, 2015 20:01
@mcmtroffaes
Copy link
Contributor

Perhaps the remaining ssl implementations (boringssl, wolfssl) should also use fetchurlBoot?

@edolstra
Copy link
Member

It seems kind of ugly to leak stdenv-linux bootstrap details into all-packages.nix. Can't this be done via an override in pkgs/stdenv/linux/default.nix? Or actually, why doesn't the line

overrides = pkgs: (overrides pkgs) // { fetchurl = thisStdenv.fetchurlBoot; };

in pkgs/stdenv/linux/default.nix take care of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants