mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
dc24ee62ee
commit
0d44ac48bb
1 changed files with 7 additions and 1 deletions
|
@ -65,6 +65,7 @@ (define-module (gnu packages gnunet)
|
||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages sphinx)
|
#:use-module (gnu packages sphinx)
|
||||||
#:use-module (gnu packages sqlite)
|
#:use-module (gnu packages sqlite)
|
||||||
|
#:use-module (gnu packages texinfo)
|
||||||
#:use-module (gnu packages text-editors)
|
#:use-module (gnu packages text-editors)
|
||||||
#:use-module (gnu packages tls)
|
#:use-module (gnu packages tls)
|
||||||
#:use-module (gnu packages upnp)
|
#:use-module (gnu packages upnp)
|
||||||
|
@ -120,7 +121,12 @@ (define-public libextractor
|
||||||
;; * librpm (rpm) ; investigate failure
|
;; * librpm (rpm) ; investigate failure
|
||||||
;; * libtidy-html (tidy-html) ; investigate failure
|
;; * libtidy-html (tidy-html) ; investigate failure
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list autoconf-2.71
|
||||||
|
automake
|
||||||
|
gettext-minimal
|
||||||
|
libtool
|
||||||
|
pkg-config
|
||||||
|
texinfo))
|
||||||
(inputs
|
(inputs
|
||||||
(list bzip2
|
(list bzip2
|
||||||
exiv2
|
exiv2
|
||||||
|
|
Loading…
Reference in a new issue