From 0d44ac48bbb3b5391a27b9cea1881bdb487dc3b4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 11 Mar 2024 11:32:03 -0400 Subject: gnu: libextractor: Add autotools inputs. These are needed when building from git. * gnu/packages/gnunet.scm (libextractor) [native-inputs]: Add autoconf-2.71, automake, gettext-minimal, libtool and texinfo. Change-Id: Ia35932b56c74354fc7cffc104e4ae5efa9ad8c85 --- gnu/packages/gnunet.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gnunet.scm') diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 59b41edf6f..cdd09f5de9 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -65,6 +65,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages sphinx) #:use-module (gnu packages sqlite) + #:use-module (gnu packages texinfo) #:use-module (gnu packages text-editors) #:use-module (gnu packages tls) #:use-module (gnu packages upnp) @@ -120,7 +121,12 @@ ;; * librpm (rpm) ; investigate failure ;; * libtidy-html (tidy-html) ; investigate failure (native-inputs - (list pkg-config)) + (list autoconf-2.71 + automake + gettext-minimal + libtool + pkg-config + texinfo)) (inputs (list bzip2 exiv2 -- cgit v1.2.3