~ruther/guix-local

ae7386f007c5f1291e694b2a5b3a6e25adc22571 — Artyom V. Poptsov 4 months ago fbd5525
gnu: tlf: Fix build.

* gnu/packages/radio.scm (tlf): Fix build by explicitly using GCC version 13.
[native-inputs]: Add gcc-13.

Change-Id: I5ef7462c118c97b9373af473b9a9692662e5119d
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/radio.scm
M gnu/packages/radio.scm => gnu/packages/radio.scm +2 -1
@@ 18,6 18,7 @@
;;; Copyright © 2024 Noisytoot <ron@noisytoot.org>
;;; Copyright © 2025 Rutherther <rutherther@ditigal.xyz>
;;; Copyright © 2025 Jordan Moore <lockbox@struct.foo>
;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 1707,7 1708,7 @@ users.")
     '(#:configure-flags
       (list "--enable-fldigi-xmlrpc")))
    (native-inputs
     (list autoconf automake perl pkg-config))
     (list autoconf automake gcc-13 perl pkg-config))
    (inputs
     (list cmocka
           glib