mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
DataTime-Format-SQLite: init at 0.11
This commit is contained in:
parent
f2627f9c81
commit
a6edc24aeb
@ -2728,6 +2728,16 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
DateTimeFormatSQLite = buildPerlPackage rec {
|
||||
name = "DateTime-Format-SQLite-0.11";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CF/CFAERBER/${name}.tar.gz";
|
||||
sha256 = "1d4ln8x5bjpqmgnbbi2h16knfz674dsgvk6x7m60v6ykw454w7yc";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder ];
|
||||
};
|
||||
|
||||
DateTimeLocale = buildPerlPackage {
|
||||
name = "DateTime-Locale-0.46";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user