Author: ludo
Date: Tue May 22 21:18:25 2012
New Revision: 34216
URL: https://nixos.org/websvn/nix/?rev=34216&sc=1

Log:
Ploticus 2.41.

Modified:
   nixpkgs/trunk/pkgs/tools/graphics/ploticus/default.nix
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/tools/graphics/ploticus/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/graphics/ploticus/default.nix      Tue May 22 
21:18:20 2012        (r34215)
+++ nixpkgs/trunk/pkgs/tools/graphics/ploticus/default.nix      Tue May 22 
21:18:25 2012        (r34216)
@@ -1,12 +1,12 @@
 {stdenv, fetchurl, zlib, libX11, libpng}:
 
 stdenv.mkDerivation {
-  name = "ploticus-2.40";
+  name = "ploticus-2.41";
 
   builder = ./builder.sh;
   src = fetchurl {
-    url = mirror://sourceforge/ploticus/pl240src.tar.gz;
-    sha256 = "1gwppsmfxajrpidjrplkhvq2yy35r9hmigpwjmjqv4r7dj7cnrw8";
+    url = mirror://sourceforge/ploticus/ploticus/2.41/pl241src.tar.gz;
+    sha256 = 
"ecccb6afcf0008d5b31da2e9e74c448564101eb7b9bbde758a3dca1f2dc8c580";
   };
 
   buildInputs = [zlib libX11 libpng];

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Tue May 22 21:18:20 
2012        (r34215)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Tue May 22 21:18:25 
2012        (r34216)
@@ -1246,7 +1246,9 @@
 
   plan9port = callPackage ../tools/system/plan9port { };
 
-  ploticus = callPackage ../tools/graphics/ploticus { };
+  ploticus = callPackage ../tools/graphics/ploticus {
+    libpng = libpng12;
+  };
 
   plotutils = callPackage ../tools/graphics/plotutils { };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to