xmlto: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 23:01:21 +01:00
parent b863e49300
commit 58d8efa6e3
2 changed files with 2 additions and 6 deletions
@@ -17,7 +17,7 @@
makeWrapper,
stdenv,
testers,
w3m,
w3m-batch,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
libxslt
libxml2
getopt
w3m
w3m-batch
]
}"
'';
-4
View File
@@ -3742,10 +3742,6 @@ with pkgs;
libxfs = xfsprogs.dev;
xmlto = callPackage ../tools/typesetting/xmlto {
w3m = w3m-batch;
};
xorriso = libisoburn;
xvfb-run = callPackage ../tools/misc/xvfb-run {