tsduck: use regular asciidoctor
From some reason, asciidoctor-with-extensions, when that includes `prawn-gmagick` (see #522397), causes a build failure.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
# build and doc tooling
|
||||
asciidoctor-with-extensions,
|
||||
asciidoctor,
|
||||
doxygen,
|
||||
graphviz,
|
||||
python3,
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
asciidoctor-with-extensions
|
||||
asciidoctor
|
||||
doxygen
|
||||
graphviz
|
||||
python3
|
||||
|
||||
Reference in New Issue
Block a user