3
0
Fork 0
forked from mirrors/nixpkgs

updated darcs to the last stable release (2.0.2)

svn path=/nixpkgs/trunk/; revision=12908
This commit is contained in:
Marc Weber 2008-09-24 00:43:05 +00:00
parent ffd1f5000b
commit 8d02b898c0
2 changed files with 6 additions and 6 deletions

View file

@ -1,12 +1,12 @@
{stdenv, fetchurl, ghc, zlib, ncurses, curl}:
{stdenv, fetchurl, ghc, zlib, ncurses, curl, perl}:
stdenv.mkDerivation {
name = "darcs-2.0.0";
name = "darcs-2.0.2";
src = fetchurl {
url = http://darcs.net/darcs-2.0.0.tar.gz;
sha256 = "1admaglbf7i15x9pihncqj5iraqzcw801pf76f0pd2hbc2k0yx7x";
url = http://darcs.net/darcs-2.0.2.tar.gz;
sha256 = "17plbfwz2rvzbvr9b90z55lj51ilnq22hhr38hffila1gsxqfk0n";
};
buildInputs = [ghc zlib ncurses curl];
buildInputs = [ghc zlib ncurses curl perl];
NIX_LDFLAGS = "-lz";

View file

@ -6031,7 +6031,7 @@ let
# some speed bottle necks are resolved in this version I think .. perhaps you like to try it?
darcs2 = import ../applications/version-management/darcs/darcs-2.nix {
inherit fetchurl stdenv zlib ncurses curl ghc;
inherit fetchurl stdenv zlib ncurses curl ghc perl;
};
dia = import ../applications/graphics/dia {