mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
fix perl Date::Calc (by disabling the bogus tests)
This commit is contained in:
parent
acadc608a9
commit
ba1ad03fe7
1 changed files with 1 additions and 0 deletions
|
@ -2157,6 +2157,7 @@ let self = _self // overrides; _self = with self; {
|
|||
sha256 = "14yvbgy9n8icwlm5zi86lskvxd6nsl42i1g9f5dwdaw9my463diy";
|
||||
};
|
||||
propagatedBuildInputs = [CarpClan BitVector];
|
||||
doCheck = false; # some of the checks rely on the year being <2015
|
||||
meta = {
|
||||
maintainers = with maintainers; [ ocharles ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue