The https-send-sms tool is linked to libcurl, so libcurl is needed at
runtime.

Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org>
---
 scripts/guix.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/guix.scm b/scripts/guix.scm
index 9c192be..dc69caa 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -187,7 +187,6 @@
     (build-system gnu-build-system)
     (native-inputs (list autoconf
                          automake
-                         curl
                          ddrescue
                          `(,(canonical-package glibc) "debug")
                          libtool
@@ -195,7 +194,7 @@
                          python
                          python-sh
                          valgrind))
-    (inputs (list openssl))
+    (inputs (list curl openssl))
     (arguments
      (list #:phases #~(modify-phases %standard-phases
                         (add-before 'build 'fix-valgrind
@@ -249,7 +248,6 @@ found in many Samsung smartphones and tablets.")
     (name "libsamsung-ipc-gcc-autotools")
     (native-inputs (list autoconf
                          automake
-                         curl
                          ddrescue
                          libtool
                          pkg-config
-- 
2.39.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to