summary refs log tree commit diff
path: root/doc/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-07-04 08:46:47 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:10:13 -0400
commit35262ba6a78125e6f76055dd99416a93d00288fb (patch)
treec34466267bd89ff513644b82f8d5d591ea3444cc /doc/default.nix
parente65c2c66726dfa77e3b9ab51ae85887884162c8f (diff)
docs: get XSL from build / symlink
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 5a606981d8c29..718767f53b623 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -14,7 +14,6 @@ in pkgs.stdenv.mkDerivation {
   # $ nix-shell --run "make clean all"
   # otherwise they won't reapply :)
   HIGHLIGHTJS = pkgs.documentation-highlighter;
-  XSL = "${pkgs.docbook_xsl_ns}/xml/xsl";
   XMLFORMAT_CONFIG = ../nixos/doc/xmlformat.conf;
   xsltFlags = lib.concatStringsSep " " [
     "--param section.autolabel 1"