nixpkgs/pkgs/applications/version-management/darcs/darcs-2.nix

19 lines
432 B
Nix
Raw Normal View History

{cabal /* , ghc, zlib, ncurses, curl, perl */}:
cabal.mkDerivation (self : {
pname = "darcs";
version = "2.2.1";
sha256 = "0iy4d4qls6yhwmgv87pz4kmr5jh4bwigz1wfwzns71b68csynnsp";
#buildInputs = [ghc zlib ncurses curl perl];
#NIX_LDFLAGS = "-lz";
meta = {
homepage = http://darcs.net/;
description = "Patch-based version management system";
};
patches = ./bash-completion.patch; # I didn't have "have"
})