guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 394c8ae695b993f243f9eaae31ce33de0ab9bf93
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Tue Nov 4 23:45:50 2025 +0300

    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
---
 gnu/packages/version-control.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 34319a0c67..a5ff72e57e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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

Reply via email to