all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
@ 2024-09-11 19:00 Herman Rimm via Guix-patches via
  2024-09-17 15:31 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-09-11 19:00 UTC (permalink / raw)
  To: 73183

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-19 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 19:00 [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig Herman Rimm via Guix-patches via
2024-09-17 15:31 ` Ludovic Courtès
2024-09-19 18:33   ` bug#73183: " Herman Rimm via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.