aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-09-06 18:45:36 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 04:25:54 +0100
commit4d83c04955a6d4f2d9b5e5bdc5eb6f3f08f66977 (patch)
treec802e3ff50a0770e1ec375a8c8ae4db711d8140e
parent1d0ceec8d4f3e47e362d2a32d96ae5d30c3d0694 (diff)
downloadhardware_replicant_libsamsung-ipc-4d83c04955a6d4f2d9b5e5bdc5eb6f3f08f66977.tar.gz
hardware_replicant_libsamsung-ipc-4d83c04955a6d4f2d9b5e5bdc5eb6f3f08f66977.tar.bz2
hardware_replicant_libsamsung-ipc-4d83c04955a6d4f2d9b5e5bdc5eb6f3f08f66977.zip
scripts: guix.scm: libcurl is an input, not a native-input
The https-send-sms tool is linked to libcurl, so libcurl is needed at runtime. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/guix.scm4
1 files changed, 1 insertions, 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