mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pkgs/top-level/all-packages.nix: added ikiwiki.{git,monotone} options to $NIXPKGS_CONFIG
Set "ikiwiki = { git = true; monotone = true; };" in $NIXPKGS_CONFIG to
enable support for git and monotone in ikiwiki. If left unconfigured,
the default is to include support for git, but not for monotone.
From trunk@21415
svn path=/nixpkgs/branches/mass-update-01/; revision=21501
This commit is contained in:
@@ -7664,8 +7664,8 @@ let
|
||||
inherit fetchurl stdenv perl gettext makeWrapper lib;
|
||||
inherit (perlPackages) TextMarkdown URI HTMLParser HTMLScrubber
|
||||
HTMLTemplate TimeDate CGISession DBFile CGIFormBuilder LocaleGettext;
|
||||
inherit git; # The RCS should be optional
|
||||
monotone = null;
|
||||
git = if getPkgConfig "ikiwiki" "git" true then git else null;
|
||||
monotone = if getPkgConfig "ikiwiki" "monotone" false then monotone else null;
|
||||
extraUtils = [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user