DBD-Pg
svn path=/nixpkgs/trunk/; revision=15351
This commit is contained in:
parent
3f9e764096
commit
42b9593bfd
1 changed files with 5 additions and 0 deletions
|
@ -744,6 +744,11 @@ rec {
|
|||
inherit (pkgs) sqlite;
|
||||
};
|
||||
|
||||
DBDPg = import ../development/perl-modules/DBD-Pg {
|
||||
inherit fetchurl buildPerlPackage DBI;
|
||||
inherit (pkgs) postgresql;
|
||||
};
|
||||
|
||||
DBFile = import ../development/perl-modules/DB_File {
|
||||
inherit fetchurl buildPerlPackage;
|
||||
inherit (pkgs) db4;
|
||||
|
|
Loading…
Reference in a new issue