GNU bug report logs -
#73183
[PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Wed, 11 Sep 2024 19:02:01 UTC
Severity: normal
Tags: patch
Done: Herman Rimm <herman <at> rimm.ee>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gd.scm (perl-gd)[native-inputs]: Replace
perl-extutils-pkgconfig with %perl-extutils-pkgconfig.
---
gnu/packages/gd.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 98d34cfa71..6ebc871161 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -127,7 +127,9 @@ (define-public perl-gd
libjpeg-turbo
zlib))
(native-inputs
- (list perl-extutils-pkgconfig
+ ;; Avoid error in pre-inst-env. Cross-compilation is broken
+ ;; anyway, so no big loss.
+ (list %perl-extutils-pkgconfig
perl-test-nowarnings))
(arguments
(list #:make-maker-flags
--
2.45.2
This bug report was last modified 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.