mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
ikiwiki: add ikiwiki-full
This is mainly to catch possible future breakage early.
This commit is contained in:
parent
cbed6a640f
commit
0675daec05
@ -29441,6 +29441,16 @@ with pkgs;
|
||||
inherit (perlPackages.override { pkgs = pkgs // { imagemagick = imagemagickBig;}; }) ImageMagick;
|
||||
};
|
||||
|
||||
ikiwiki-full = ikiwiki.override {
|
||||
bazaarSupport = false; # tests broken
|
||||
cvsSupport = true;
|
||||
docutilsSupport = true;
|
||||
gitSupport = true;
|
||||
mercurialSupport = true;
|
||||
monotoneSupport = true;
|
||||
subversionSupport = true;
|
||||
};
|
||||
|
||||
iksemel = callPackage ../development/libraries/iksemel {
|
||||
texinfo = texinfo6_7; # Uses @setcontentsaftertitlepage, removed in 6.8.
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user