added darcs-2.0.0pre
svn path=/nixpkgs/trunk/; revision=10564
This commit is contained in:
parent
e32787dc94
commit
cb418b6e34
16
pkgs/applications/version-management/darcs_2_pre.nix
Normal file
16
pkgs/applications/version-management/darcs_2_pre.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
@ -4300,6 +4300,12 @@ rec {
|
|||||||
ghc = ghc661;
|
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 {
|
dia = import ../applications/graphics/dia {
|
||||||
inherit stdenv fetchurl pkgconfig perl perlXMLParser
|
inherit stdenv fetchurl pkgconfig perl perlXMLParser
|
||||||
libxml2 gettext python libxml2Python docbook5 docbook_xsl
|
libxml2 gettext python libxml2Python docbook5 docbook_xsl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user