mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
perlPackages.DateTimeFormatMySQL: fix build
This commit is contained in:
parent
b577c309f0
commit
0461c1eeef
1 changed files with 1 additions and 1 deletions
|
@ -3111,7 +3111,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/X/XM/XMIKEW/${name}.tar.gz";
|
||||
sha256 = "07cgz60gxvrv7xqvngyll60pa8cx93h3jyx9kc9wdkn95qbd864q";
|
||||
};
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ModuleBuild ];
|
||||
meta = {
|
||||
description = "Parse and format MySQL dates and times";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue