1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

added darcs-2.0.0pre

svn path=/nixpkgs/trunk/; revision=10564
This commit is contained in:
Marc Weber 2008-02-09 13:52:41 +00:00
parent e32787dc94
commit cb418b6e34
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{stdenv, fetchurl, ghc, zlib, ncurses, curl}:
stdenv.mkDerivation {
name = "darcs-2.0.0pre3";
src = fetchurl {
url = http://darcs.net/darcs-2.0.0pre3.tar.gz;
sha256 = "";
};
buildInputs = [ghc zlib ncurses curl];
NIX_LDFLAGS = "-lz";
meta = {
description = "Patch-based version management system";
};
}

View file

@ -4300,6 +4300,12 @@ rec {
ghc = ghc661;
};
# some speed bottle necks are resolved in this version I think .. perhaps you like to try it?
darcs_2_pre = import ../applications/version-management/darcs_2_pre.nix {
inherit fetchurl stdenv zlib ncurses curl;
ghc = ghc661;
};
dia = import ../applications/graphics/dia {
inherit stdenv fetchurl pkgconfig perl perlXMLParser
libxml2 gettext python libxml2Python docbook5 docbook_xsl