Unverified Commit 58d8efa6 authored by quantenzitrone's avatar quantenzitrone
Browse files

xmlto: move to pkgs/by-name

this shouldn't create any rebuilds
parent b863e493
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
         ]
       }"
  '';
+0 −4
Original line number Diff line number Diff line
@@ -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 {