DBD-Pg
svn path=/nixpkgs/trunk/; revision=15351
This commit is contained in:
parent
3f9e764096
commit
42b9593bfd
@ -744,6 +744,11 @@ rec {
|
|||||||
inherit (pkgs) sqlite;
|
inherit (pkgs) sqlite;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
DBDPg = import ../development/perl-modules/DBD-Pg {
|
||||||
|
inherit fetchurl buildPerlPackage DBI;
|
||||||
|
inherit (pkgs) postgresql;
|
||||||
|
};
|
||||||
|
|
||||||
DBFile = import ../development/perl-modules/DB_File {
|
DBFile = import ../development/perl-modules/DB_File {
|
||||||
inherit fetchurl buildPerlPackage;
|
inherit fetchurl buildPerlPackage;
|
||||||
inherit (pkgs) db4;
|
inherit (pkgs) db4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user