mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
git-annex: enable the documentation build
svn path=/nixpkgs/trunk/; revision=27663
This commit is contained in:
parent
39f2346b1b
commit
21373bc49b
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user