pstoedit: depend on libwebp to fix linker failure
This fixes the linker failure saying "cannot find -lwebp" Closes #15888
This commit is contained in:
parent
d82b15d57b
commit
f2b5694abc
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, ghostscript, gd, libjpeg, zlib, plotutils }:
|
||||
{ stdenv, fetchurl, pkgconfig, ghostscript, gd, libjpeg, zlib, plotutils, libwebp }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pstoedit-3.62";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0j410dm9nqwa7n03yiyz0jwvln0jlqc3n9iv4nls33yl6x3c8x40";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ghostscript gd libjpeg zlib plotutils ];
|
||||
buildInputs = [ pkgconfig ghostscript gd libjpeg zlib plotutils libwebp ];
|
||||
|
||||
meta = {
|
||||
description = "Translates PostScript and PDF graphics into other vector formats";
|
||||
|
Loading…
Reference in New Issue
Block a user