mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Ploticus 2.41.
svn path=/nixpkgs/trunk/; revision=34216
This commit is contained in:
parent
801c82da55
commit
b4cecdea10
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, zlib, libX11, libpng}:
|
{stdenv, fetchurl, zlib, libX11, libpng}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ploticus-2.40";
|
name = "ploticus-2.41";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/ploticus/pl240src.tar.gz;
|
url = mirror://sourceforge/ploticus/ploticus/2.41/pl241src.tar.gz;
|
||||||
sha256 = "1gwppsmfxajrpidjrplkhvq2yy35r9hmigpwjmjqv4r7dj7cnrw8";
|
sha256 = "ecccb6afcf0008d5b31da2e9e74c448564101eb7b9bbde758a3dca1f2dc8c580";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [zlib libX11 libpng];
|
buildInputs = [zlib libX11 libpng];
|
||||||
|
@ -1246,7 +1246,9 @@ let
|
|||||||
|
|
||||||
plan9port = callPackage ../tools/system/plan9port { };
|
plan9port = callPackage ../tools/system/plan9port { };
|
||||||
|
|
||||||
ploticus = callPackage ../tools/graphics/ploticus { };
|
ploticus = callPackage ../tools/graphics/ploticus {
|
||||||
|
libpng = libpng12;
|
||||||
|
};
|
||||||
|
|
||||||
plotutils = callPackage ../tools/graphics/plotutils { };
|
plotutils = callPackage ../tools/graphics/plotutils { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user