aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-09-01 17:04:06 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-17 17:59:48 +0100
commitb321da6b5ffafe7838785e2f2e350ca91a95b9af (patch)
treeccd576aa2f47819fbff16f82de22bb1b32797def
parent6fccbed2c7c4afe65079105dde0a4470d42f966d (diff)
downloadhardware_replicant_libsamsung-ipc-b321da6b5ffafe7838785e2f2e350ca91a95b9af.tar.gz
hardware_replicant_libsamsung-ipc-b321da6b5ffafe7838785e2f2e350ca91a95b9af.tar.bz2
hardware_replicant_libsamsung-ipc-b321da6b5ffafe7838785e2f2e350ca91a95b9af.zip
scripts: manifest.scm: Add missing curl
Without that fix, when running ./configure with 'guix shell --pure --container -f scripts/manifest.scm', we have the following error: checking for libcurl >= 7.62.0... no configure: error: Package requirements (libcurl >= 7.62.0) were not met: No package 'libcurl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBCURL_CFLAGS and LIBCURL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. This issue wasn't found before because builds in guix shell weren't often tested with --container. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/manifest.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/manifest.scm b/scripts/manifest.scm
index 32870f2..76dcb30 100644
--- a/scripts/manifest.scm
+++ b/scripts/manifest.scm
@@ -24,6 +24,7 @@
(gnu packages autotools)
(gnu packages base)
(gnu packages commencement)
+ (gnu packages curl)
(gnu packages disk)
(gnu packages gawk)
(gnu packages pkg-config)
@@ -35,6 +36,7 @@
autoconf
automake
coreutils
+ curl
ddrescue
gawk
gcc-toolchain