diffoscope: move to by-name

This commit is contained in:
Gaetan Lepage
2025-03-07 12:30:30 +01:00
parent 8a3cae7a97
commit caa398587f
4 changed files with 2 additions and 6 deletions
@@ -41,7 +41,7 @@
html2text,
imagemagick,
installShellFiles,
jdk,
jdk8,
libarchive,
libcaca,
libxmlb,
@@ -223,7 +223,7 @@ python.pkgs.buildPythonApplication rec {
gnupg
hdf5
imagemagick
jdk
jdk8
libcaca
llvm
mono
-4
View File
@@ -3026,10 +3026,6 @@ with pkgs;
dnsviz = python3Packages.callPackage ../tools/networking/dnsviz { };
diffoscope = callPackage ../tools/misc/diffoscope {
jdk = jdk8;
};
diffoscopeMinimal = diffoscope.override {
enableBloat = false;
};