btrbk: remove asciidoc dependency

asciidoc is not needed and pulls in inkscape which is currently not
available in the binary cache, so it triggers a noticeable build process.
This commit is contained in:
Michael Adler 2022-02-01 07:50:07 +01:00
parent c83cf3473b
commit af268a8f2c
2 changed files with 2 additions and 5 deletions

View file

@ -7,7 +7,6 @@
, perl
, perlPackages
, util-linux
, asciidoc
, asciidoctor
, mbuffer
, makeWrapper
@ -26,7 +25,7 @@ stdenv.mkDerivation rec {
sha256 = "1lx7vnf386nsik8mxrrfyx1h7mkqk5zs26sy0s0lynfxcm4lkxb2";
};
nativeBuildInputs = [ asciidoc asciidoctor makeWrapper ];
nativeBuildInputs = [ asciidoctor makeWrapper ];
buildInputs = with perlPackages; [ perl DateCalc ];

View file

@ -2374,9 +2374,7 @@ with pkgs;
btlejack = python3Packages.callPackage ../applications/radio/btlejack { };
btrbk = callPackage ../tools/backup/btrbk {
asciidoc = asciidoc-full;
};
btrbk = callPackage ../tools/backup/btrbk { };
buildpack = callPackage ../development/tools/buildpack {
buildGoModule = buildGo117Module;