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 @@ most common applications of GD involve website development.")
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-maker-flags
|
`(#:make-maker-flags
|
||||||
(list (string-append "--lib_jpeg_path="
|
(list (string-append "--lib_jpeg_path="
|
||||||
|
|
Reference in a new issue