guix_mirror_bot pushed a commit to branch world-rebuild
in repository guix.

commit 45fbe7b1af3b916d79ba855389b67ae79380b1b9
Author: Yelninei <[email protected]>
AuthorDate: Wed Jun 24 10:29:08 2026 +0000

    gnu: flex: Remove help2man input.
    
    * gnu/packages/compiler-tools.scm (flex)[native-inputs]:
      Remove help2man.
    
    Merges: https://codeberg.org/guix/guix/pulls/9498
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/compiler-tools.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/compiler-tools.scm b/gnu/packages/compiler-tools.scm
index 97baa46772..7e3b1103f7 100644
--- a/gnu/packages/compiler-tools.scm
+++ b/gnu/packages/compiler-tools.scm
@@ -138,8 +138,7 @@ prefixes of other terminals.")
                    "ac_cv_func_realloc_0_nonnull=yes"))
          '()))
     (native-inputs
-     (list help2man
-           ;; m4 is not present in PATH when cross-building
+     (list ;; m4 is not present in PATH when cross-building
            m4))
     (inputs
      (list

Reply via email to