git-annex: enable the documentation build

svn path=/nixpkgs/trunk/; revision=27663
This commit is contained in:
Peter Simons 2011-07-07 23:48:30 +00:00
parent 39f2346b1b
commit 21373bc49b
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ rec {
};
gitAnnex = lib.makeOverridable (import ./git-annex) {
inherit stdenv fetchurl libuuid rsync findutils curl perl git;
inherit stdenv fetchurl libuuid rsync findutils curl perl git ikiwiki;
inherit (haskellPackages) ghc MissingH utf8String QuickCheck2 pcreLight SHA dataenc
HTTP testpack;
};

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, ghc, libuuid, rsync, findutils, curl, perl, MissingH, utf8String
, QuickCheck2, pcreLight, SHA, dataenc, HTTP, testpack, git }:
, QuickCheck2, pcreLight, SHA, dataenc, HTTP, testpack, git, ikiwiki }:
let
version = "3.20110705";
@ -13,7 +13,7 @@ stdenv.mkDerivation {
};
buildInputs = [ghc libuuid rsync findutils curl perl MissingH utf8String QuickCheck2 pcreLight
SHA dataenc HTTP testpack git];
SHA dataenc HTTP testpack git ikiwiki];
checkTarget = "test";
doCheck = true;