diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:03 +0200 |
commit | 5e4480e967ce2f88b39034725bbbc5864873ea62 (patch) | |
tree | 100a14eda601a379ee62d52fddc7b172095dfe07 | |
parent | 5593d1c39e920e16045ebe0dade467992f527bc1 (diff) | |
download | guix-5e4480e967ce2f88b39034725bbbc5864873ea62.tar.gz guix-5e4480e967ce2f88b39034725bbbc5864873ea62.zip |
gnu: libqb: Remove obsolete bootstrapping inputs.
* gnu/packages/high-availability.scm (libqb)[native-inputs]: Remove
autoconf, automake, and libtool.
-rw-r--r-- | gnu/packages/high-availability.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm index 35bb28786b..bf5a578ade 100644 --- a/gnu/packages/high-availability.scm +++ b/gnu/packages/high-availability.scm @@ -116,7 +116,7 @@ realistic with today's hardware.") (base32 "071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi")))) (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/") (synopsis "Library providing high performance logging, tracing, ipc, and poll") |