mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
use fetchurlBoot in libressl
This commit is contained in:
parent
069b1891d3
commit
77463eec42
@ -8005,10 +8005,14 @@ let
|
||||
ffmpeg = ffmpeg_0;
|
||||
};
|
||||
|
||||
libressl_2_2 = callPackage ../development/libraries/libressl/2.2.nix { };
|
||||
libressl_2_3 = callPackage ../development/libraries/libressl/2.3.nix { };
|
||||
# 2.3 breaks some backward-compability
|
||||
libressl = libressl_2_2;
|
||||
libressl_2_2 = callPackage ../development/libraries/libressl/2.2.nix {
|
||||
fetchurl = fetchurlBoot;
|
||||
};
|
||||
libressl_2_3 = callPackage ../development/libraries/libressl/2.3.nix {
|
||||
fetchurl = fetchurlBoot;
|
||||
};
|
||||
|
||||
boringssl = callPackage ../development/libraries/boringssl { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user