svn path=/nixpkgs/trunk/; revision=15351
This commit is contained in:
Rob Vermaas 2009-04-28 12:03:58 +00:00
parent 3f9e764096
commit 42b9593bfd

View file

@ -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;