mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-16 23:30:29 +02:00
gnu: tla: Fix build.
* gnu/packages/version-control.scm (tla): Fix build by switching to GCC 10. [native-inputs]: Add gcc-10. Change-Id: I4dcb2b7a5bd7fa5321b3df992fd7021d30f1e9e7
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages gawk)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (gnu packages gl)
|
||||
#:use-module (gnu packages glib)
|
||||
#:use-module (gnu packages gnome)
|
||||
@@ -4397,7 +4398,7 @@ guessing the URL pattern from the @code{origin} remote.")
|
||||
|
||||
#:test-target "test"))
|
||||
(native-inputs
|
||||
(list which))
|
||||
(list gcc-10 which))
|
||||
(synopsis "Historical distributed version-control system")
|
||||
(description
|
||||
"GNU Arch, aka. @code{tla}, was one of the first free distributed
|
||||
|
||||
Reference in New Issue
Block a user