summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2018-04-09 13:57:42 -0700
committerTad Fisher <tadfisher@gmail.com>2018-04-09 16:19:56 -0700
commitd031891c6bf151ef31517c1bc633ff21ecee864a (patch)
treea245f2ceba92075e57cfa4987a61a9433c097d94 /pkgs/top-level
parent759e66f63df4532e96ad1f0dd56b34364dd9da80 (diff)
downloadnixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.tar
nixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.tar.gz
nixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.tar.bz2
nixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.tar.lz
nixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.tar.xz
nixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.tar.zst
nixlib-d031891c6bf151ef31517c1bc633ff21ecee864a.zip
btrbk: clean up build inputs
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1c493337c161..1ff50d20958c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -886,7 +886,9 @@ with pkgs;
 
   btrfs-dedupe = callPackage ../tools/filesystems/btrfs-dedupe/default.nix {};
 
-  btrbk = callPackage ../tools/backup/btrbk { };
+  btrbk = callPackage ../tools/backup/btrbk {
+    asciidoc = asciidoc-full;
+  };
 
   buildtorrent = callPackage ../tools/misc/buildtorrent { };