swiProlog: use default openssl

This commit is contained in:
Kevin Quick 2020-03-08 16:59:33 -07:00 committed by Mario Rodas
parent d5dda83d91
commit 2b042250ab
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -8992,7 +8992,6 @@ in
swift = callPackage ../development/compilers/swift { };
swiProlog = callPackage ../development/compilers/swi-prolog {
openssl = openssl_1_0_2;
inherit (darwin.apple_sdk.frameworks) Security;
};
swiPrologWithGui = swiProlog.override { withGui = true; };