mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
ikiwiki: drop obsolete getConfig mechanism; use override to configure support for git and/or monotone
svn path=/nixpkgs/trunk/; revision=27670
This commit is contained in:
parent
4303240ef9
commit
f58421b59f
@ -6475,9 +6475,9 @@ let
|
||||
ikiwiki = callPackage ../applications/misc/ikiwiki {
|
||||
inherit (perlPackages) TextMarkdown URI HTMLParser HTMLScrubber
|
||||
HTMLTemplate TimeDate CGISession DBFile CGIFormBuilder LocaleGettext
|
||||
RpcXML XMLSimple PerlMagick;
|
||||
gitSupport = getConfig [ "ikiwiki" "git" ] false;
|
||||
monotoneSupport = getConfig [ "ikiwiki" "monotone" ] false;
|
||||
RpcXML XMLSimple PerlMagick YAML;
|
||||
gitSupport = false;
|
||||
monotoneSupport = false;
|
||||
extraUtils = [];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user