diff options
-rw-r--r-- | scripts/guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm index 9bc117e..69e555f 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -100,7 +100,7 @@ (build-system android-ndk-build-system) (inputs `(("android-libutils" ,android-libutils) - ("libcrypto" ,openssl))) + ("libcrypto" ,libressl))) (arguments `(#:phases (modify-phases @@ -249,7 +249,7 @@ ("android-liblog" ,android-liblog) ("android-libutils" ,android-libutils) ("clang" ,clang) - ("libcrypto" ,openssl) + ("libcrypto" ,libressl) ("libsamsung-ipc" ,libsamsung-ipc) ("replicant-6-libhardware_legacy" ,replicant-6-libhardware_legacy))) (native-inputs |