diff --git a/pkgs/applications/graphics/giv/build.patch b/pkgs/applications/graphics/giv/build.patch index ed47675296c..639d881f415 100644 --- a/pkgs/applications/graphics/giv/build.patch +++ b/pkgs/applications/graphics/giv/build.patch @@ -42,15 +42,3 @@ index ffce001..74246f8 100644 variant = "Debug" -diff --git a/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h b/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h -index 32dbcbb..c456604 100644 ---- a/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h -+++ b/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h -@@ -332,7 +332,6 @@ typedef int pid_t; - #endif - - /* Define `size_t' to `unsigned' if does not define. */ --#define HAVE_NO_TYPEDEF_SIZE_T 1 - #ifdef HAVE_NO_TYPEDEF_SIZE_T - typedef unsigned size_t; - #endif diff --git a/pkgs/applications/graphics/giv/default.nix b/pkgs/applications/graphics/giv/default.nix index 0a09d135355..a6cf6b205dc 100644 --- a/pkgs/applications/graphics/giv/default.nix +++ b/pkgs/applications/graphics/giv/default.nix @@ -2,11 +2,11 @@ pcre, cfitsio, perl, gob2, vala, libtiff }: stdenv.mkDerivation rec { - name = "giv-0.9.18"; + name = "giv-0.9.19"; src = fetchurl { url = "mirror://sourceforge/giv/${name}.tar.gz"; - sha256 = "0w81cc56mq8qiv36jljgarycly3fnpr5i7cjnsprgfm79icdi8nl"; + sha256 = "07sgpp4k27417ymavcvil4waq6ac2mj08g42g1l52l435xm5mnh7"; }; # It built code to be put in a shared object without -fPIC