guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c98323de902d0208305e6df75ff9a233ce1fe3ab
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 5 12:44:00 2026 +0200

    guix: lint: Add another package to the minimal variant list.
    
    * guix/lint.scm (check-inputs-should-use-a-minimal-variant): Add po4a.
    
    Change-Id: Ibba2cfe0067690bd1c4c6768af4b6e1924758792
---
 guix/lint.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index a111a854ee..a844981eb9 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2017 Alex Kost <[email protected]>
 ;;; Copyright © 2017, 2021 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2017, 2018, 2020, 2024, 2025 Efraim Flashner 
<[email protected]>
+;;; Copyright © 2017, 2018, 2020, 2024-2026 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2018, 2019, 2025 Arun Isaac <[email protected]>
 ;;; Copyright © 2020 Chris Marusich <[email protected]>
 ;;; Copyright © 2020 Timothy Sample <[email protected]>
@@ -649,7 +649,8 @@ of a package, and INPUT-NAMES, a list of package 
specifications such as
   ;; with their minimal variant.
   (let ((input-names '("bash"
                        "cmake"
-                       "gettext")))
+                       "gettext"
+                       "po4a")))
     (map (lambda (input)
            (make-warning
             package

Reply via email to