about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-02 13:38:26 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-02 13:38:26 +0200
commit3e28d8c63630fdbc35e31199798f2cea03b9fc20 (patch)
treea2aa777501e516034b0a85d6ccb306076e3b2e74 /pkgs
parent0cb058fd38d27d05321baa9be46ebf8412162c22 (diff)
pkgs/nixops: Fix Docbook XSL namespace
Docbook XSL got updated in NixOS/nixpkgs@fb893a8, so we need to adjust
the path to the namespace URL to reflect the current version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/nixops/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/nixops/default.nix b/pkgs/nixops/default.nix
index ed9a3d54..e69a76aa 100644
--- a/pkgs/nixops/default.nix
+++ b/pkgs/nixops/default.nix
@@ -18,6 +18,7 @@ let
     postPatch = ''
       sed -i -re 's!<nixpkgs([^>]*)>!${import ../../nixpkgs-path.nix}\1!g' \
         release.nix doc/manual/default.nix doc/manual/resource.nix
+      sed -i -e '/^docbookxsl/s/1\.78\.1/1.79.1/' doc/manual/Makefile
     '';
 
     installPhase = ''