[cpan2nix] perlPackages.FileMimeInfo: cleanup
This commit is contained in:
parent
b22545f1f4
commit
af67ef0347
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue