findimagedupes: make as separate package

This commit is contained in:
Felix Buehler 2022-02-06 00:11:00 +01:00
parent a57a774cfa
commit 44c6f10cc6
3 changed files with 2 additions and 2 deletions

View file

@ -3048,6 +3048,8 @@ with pkgs;
facedetect = callPackage ../tools/graphics/facedetect { };
findimagedupes = callPackage ../tools/graphics/findimagedupes { };
facter = callPackage ../tools/system/facter { };
fasd = callPackage ../tools/misc/fasd { };

View file

@ -8982,8 +8982,6 @@ let
buildInputs = [ TestPod ];
};
findimagedupes = callPackage ../development/perl-modules/findimagedupes { };
FindLib = buildPerlPackage {
pname = "Find-Lib";
version = "1.04";