mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libqb: Remove obsolete bootstrapping inputs.
* gnu/packages/high-availability.scm (libqb)[native-inputs]: Remove autoconf, automake, and libtool.
This commit is contained in:
parent
5593d1c39e
commit
5e4480e967
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ (define-public libqb
|
||||||
(base32
|
(base32
|
||||||
"071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi"))))
|
"071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list autoconf automake libtool libxml2 pkg-config))
|
(native-inputs (list libxml2 pkg-config))
|
||||||
(home-page "https://clusterlabs.github.io/libqb/")
|
(home-page "https://clusterlabs.github.io/libqb/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Library providing high performance logging, tracing, ipc, and poll")
|
"Library providing high performance logging, tracing, ipc, and poll")
|
||||||
|
|
Loading…
Reference in a new issue