mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pstoedit: fix pkgconfig file
This commit is contained in:
parent
58a231d944
commit
3ab280808c
@ -18,6 +18,12 @@ stdenv.mkDerivation rec {
|
||||
libiconv ApplicationServices
|
||||
]);
|
||||
|
||||
# '@LIBPNG_LDFLAGS@' is no longer substituted by autoconf (the code is commented out)
|
||||
# so we need to remove it from the pkg-config file as well
|
||||
preConfigure = ''
|
||||
substituteInPlace config/pstoedit.pc.in --replace '@LIBPNG_LDFLAGS@' ""
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Translates PostScript and PDF graphics into other vector formats";
|
||||
homepage = https://sourceforge.net/projects/pstoedit/;
|
||||
|
Loading…
Reference in New Issue
Block a user