about summary refs log tree commit diff
path: root/pkgs/tools/graphics/pgf
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2019-09-08 14:46:03 +0000
committerOrivej Desh <orivej@gmx.fr>2019-09-08 14:46:31 +0000
commit88825bbbde73fd16c9d75b12f693c7661aeedbec (patch)
treecc9cd6bc393deab1ad5d83fdf8dfa799c9dc4b65 /pkgs/tools/graphics/pgf
parent26b095829fddd673ab2c8d14c04dfb4c5b3a1125 (diff)
downloadnixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.tar
nixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.tar.gz
nixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.tar.bz2
nixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.tar.lz
nixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.tar.xz
nixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.tar.zst
nixlib-88825bbbde73fd16c9d75b12f693c7661aeedbec.zip
freeimage: 3.17.0 -> 3.18.0
Diffstat (limited to 'pkgs/tools/graphics/pgf')
-rw-r--r--pkgs/tools/graphics/pgf/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/pgf/default.nix b/pkgs/tools/graphics/pgf/default.nix
index b65962ee7ba2..6ae45cc85331 100644
--- a/pkgs/tools/graphics/pgf/default.nix
+++ b/pkgs/tools/graphics/pgf/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation {
   patchPhase = ''
       sed 1i'#include <inttypes.h>' -i src/PGF.cpp
       sed s/__int64/int64_t/g -i src/PGF.cpp
+      rm include/FreeImage.h include/FreeImagePlus.h
   '';
 
   preConfigure = "dos2unix configure.ac; sh autogen.sh";