gnu: perl-gd: Do not rely on 'libgd-config'.
* gnu/packages/gd.scm (perl-gd)[native-inputs]: Add PERL-EXTUTILS-PKGCONFIG.master
parent
3a32940bfb
commit
76125bc061
|
@ -110,6 +110,8 @@ most common applications of GD involve website development.")
|
|||
("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="
|
||||
|
|
Reference in New Issue