[cpan2nix] perlPackages.FileMimeInfo: cleanup

This commit is contained in:
volth 2018-06-23 10:13:59 +00:00
parent b22545f1f4
commit af67ef0347

View File

@ -6006,7 +6006,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "1ipbh63bkh1r2gy5g7q4bzhki8j29mm1jkhbv60p9vwsdys5s91a";
};
doCheck = false; # Failed test 'desktop file is the right one'
buildInputs = [ FileBaseDir ];
buildInputs = [ FileBaseDir FileDesktopEntry ];
};
FileMMagic = buildPerlPackage rec {