mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
perl-file-mimeinfo: update to 0.23 and fix build on darwin
Close #2508. The test also fails on x86_64-linux, disabling.
This commit is contained in:
parent
97b9deaca5
commit
a33cb37695
@ -3539,12 +3539,13 @@ let self = _self // overrides; _self = with self; {
|
||||
propagatedBuildInputs = [ HTTPDate ];
|
||||
};
|
||||
|
||||
FileMimeInfo = buildPerlPackage {
|
||||
name = "File-MimeInfo-0.20";
|
||||
FileMimeInfo = buildPerlPackage rec {
|
||||
name = "File-MimeInfo-0.23";
|
||||
src = fetchurl {
|
||||
url = "http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-0.20.tar.gz";
|
||||
sha256 = "1738yi3a0xcbvffqymjb6cyh999q4pryalfwbkmdbjdks2y0bxz0";
|
||||
url = "mirror://cpan/modules/by-module/File/${name}.tar.gz";
|
||||
sha256 = "006i9idnxv9hsz1gykc5bqs05ma5wz9dsjrpmah9293bgdy1ccxj";
|
||||
};
|
||||
doCheck = false; # Failed test 'desktop file is the right one'
|
||||
propagatedBuildInputs = [ FileBaseDir FileDesktopEntry ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user