mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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:
parent
c83cf3473b
commit
af268a8f2c
@ -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 ];
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user