Merge pull request #125292 from wentasah/filemimeinfo-dep

perlPackages.FileMimeInfo: Add missing dependency
This commit is contained in:
stigtsp 2021-06-08 17:59:36 +02:00 committed by GitHub
commit e0215aad25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8092,7 +8092,7 @@ let
sha256 = "0wm87gpagb35d7c4nyaf9z3ry0jb3g5xpyjfzcxqcfxyj2zy9ip2"; sha256 = "0wm87gpagb35d7c4nyaf9z3ry0jb3g5xpyjfzcxqcfxyj2zy9ip2";
}; };
doCheck = false; # Failed test 'desktop file is the right one' doCheck = false; # Failed test 'desktop file is the right one'
buildInputs = [ FileBaseDir FileDesktopEntry ]; buildInputs = [ FileBaseDir FileDesktopEntry EncodeLocale ];
}; };
FileMMagic = buildPerlPackage { FileMMagic = buildPerlPackage {