mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
Merge pull request #125292 from wentasah/filemimeinfo-dep
perlPackages.FileMimeInfo: Add missing dependency
This commit is contained in:
commit
e0215aad25
@ -8092,7 +8092,7 @@ let
|
||||
sha256 = "0wm87gpagb35d7c4nyaf9z3ry0jb3g5xpyjfzcxqcfxyj2zy9ip2";
|
||||
};
|
||||
doCheck = false; # Failed test 'desktop file is the right one'
|
||||
buildInputs = [ FileBaseDir FileDesktopEntry ];
|
||||
buildInputs = [ FileBaseDir FileDesktopEntry EncodeLocale ];
|
||||
};
|
||||
|
||||
FileMMagic = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user