GNU bug report logs - #63866
[PATCH 00/16] Add tidyall and some tidiers.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Sat, 3 Jun 2023 05:03:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #71 received at 63866 <at> debbugs.gnu.org (full text, mbox):

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 63866 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH v2 06/12] gnu: perl-list-someutils: Use propagated inputs.
Date: Mon,  5 Aug 2024 21:33:49 +0900
* gnu/packages/perl.scm (perl-list-someutils): Use propagated inputs for
runtime dependencies.

Change-Id: Id7d903ad38c2aa9781716bca35d2c19bbbb8081d
---
 gnu/packages/perl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 37cd34a2ca..0382dd1842 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6600,7 +6600,7 @@ (define-public perl-list-someutils
     (build-system perl-build-system)
     (native-inputs
      (list perl-test-leaktrace))
-    (inputs
+    (propagated-inputs
      (list perl-exporter-tiny perl-module-implementation))
     (home-page "https://metacpan.org/release/List-SomeUtils")
     (synopsis "Provide the stuff missing in List::Util")
-- 
2.45.2





This bug report was last modified 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.