Add dulwich (git filesystem in python).

Add bugz (command line tool for bugzilla)
Add gitBz (bugzilla in git)

svn path=/nixpkgs/trunk/; revision=33800
This commit is contained in:
Nicolas Pierron
2012-04-15 23:48:11 +00:00
parent 811b035171
commit 7b7dd238fc
3 changed files with 62 additions and 3 deletions

View File

@@ -75,8 +75,6 @@ stdenv.mkDerivation rec {
rm -v $out/share/info/{standards,configure,bfd}.info
'';
enableParallelBuilding = true;
# TODO: Investigate & fix the test failures.
doCheck = false;