* Fix building the manual.

svn path=/nixos/trunk/; revision=12556
This commit is contained in:
Eelco Dolstra 2008-08-08 19:25:31 +00:00
parent a33d2f3adc
commit a662f1c473
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
options = builtins.toFile "options.xml" (builtins.unsafeDiscardStringContext
(builtins.toXML (pkgs.lib.optionAttrSetToDocList ""
(import ../../system/options.nix {pkgs = pkgs; mkOption = pkgs.lib.mkOption;}))));
(import ../../system/system.nix {inherit nixpkgsPath; configuration = {};}).optionDeclarations)));
optionsDocBook = pkgs.runCommand "options-db.xml" {} ''
${pkgs.libxslt}/bin/xsltproc -o $out ${./options-to-docbook.xsl} ${options}