asciidoctor: move to by-name (#456927)

This commit is contained in:
Doron Behar
2025-10-30 13:21:05 +00:00
committed by GitHub
9 changed files with 0 additions and 4 deletions
-4
View File
@@ -2299,10 +2299,6 @@ with pkgs;
enableExtraPlugins = true;
};
asciidoctor = callPackage ../tools/typesetting/asciidoctor { };
asciidoctor-with-extensions = callPackage ../tools/typesetting/asciidoctor-with-extensions { };
b2sum = callPackage ../tools/security/b2sum {
inherit (llvmPackages) openmp;
};