2
0
Fork 0

Overlay: configure openssl

This commit is contained in:
Ehmry - 2020-05-08 21:08:18 +05:30
parent cffa29c68d
commit 7df55f1dca
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ in {
targetLlvmLibraries = targetPackages.llvmPackages_8.libraries;
});
openssl = overrideHostAttrs openssl (attrs: {
configureScript = "./Configure BSD-generic64";
configureFlags = attrs.configureFlags ++ [ "no-devcryptoeng" "no-tests" ];
});
solo5-tools = callPackage ./solo5-tools { };
tup = prev.tup.overrideAttrs (attrs: { setupHook = ./tup/setup-hook.sh; });