about summary refs log tree commit diff
path: root/pkgs/applications/graphics/giv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-06-15 08:59:02 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-06-15 08:59:02 +0000
commit05e7655d79839c68f925dacd0b0b6bc5dd73cc6a (patch)
treeb16c7e856b952437fa44b7207a60209e796df61c /pkgs/applications/graphics/giv
parent7b78f74a6d1b219b4295f4ddc19773d480a7fecf (diff)
Updating giv.
svn path=/nixpkgs/trunk/; revision=27466
Diffstat (limited to 'pkgs/applications/graphics/giv')
-rw-r--r--pkgs/applications/graphics/giv/build.patch12
-rw-r--r--pkgs/applications/graphics/giv/default.nix4
2 files changed, 2 insertions, 14 deletions
diff --git a/pkgs/applications/graphics/giv/build.patch b/pkgs/applications/graphics/giv/build.patch
index ed47675296c67..639d881f4159f 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 <sys/types.h> 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 0a09d13535520..a6cf6b205dc0b 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