mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-gd: Do not rely on 'libgd-config'.
* gnu/packages/gd.scm (perl-gd)[native-inputs]: Add PERL-EXTUTILS-PKGCONFIG.
This commit is contained in:
parent
3a32940bfb
commit
76125bc061
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ (define-public perl-gd
|
|||
("libpng" ,libpng)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
|
||||
(arguments
|
||||
`(#:make-maker-flags
|
||||
(list (string-append "--lib_jpeg_path="
|
||||
|
|
Loading…
Reference in a new issue