mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
perlPackages.DBIxSimple: new expression
This commit is contained in:
parent
eec9e56226
commit
ff5d030513
@ -2079,6 +2079,18 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
DBIxSimple = buildPerlPackage {
|
||||
name = "DBIx-Simple-1.35";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JU/JUERD/DBIx-Simple-1.35.tar.gz;
|
||||
sha256 = "445535b3dfab88140c7a0d2776b1e78f254dc7e9c81072d5a01afc95a5db499a";
|
||||
};
|
||||
propagatedBuildInputs = [ DBI ];
|
||||
meta = {
|
||||
description = "Very complete easy-to-use OO interface to DBI";
|
||||
};
|
||||
};
|
||||
|
||||
DevelCycle = buildPerlPackage {
|
||||
name = "Devel-Cycle-1.11";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user