mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: hivex: Fix build.
* gnu/packages/virtualization.scm (hivex)[native-inputs]: Replace automake by automake-1.16.5. Change-Id: I3e46d95cb543c7034a8f3ef52adc84c20119773f
This commit is contained in:
@@ -3149,7 +3149,7 @@ to host the RISC-V Linux port.")
|
||||
(base32
|
||||
"0g0rib62qg81fda8lxsaa7a1ykqy4rl5sq185pdqm9y9xifa8bx5"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list automake
|
||||
(native-inputs (list automake-1.16.5
|
||||
autoconf
|
||||
gettext-minimal
|
||||
libtool
|
||||
|
||||
Reference in New Issue
Block a user