perl-packages.nix: fix misplaced attribute from previous commit
This commit is contained in:
parent
cde41fe551
commit
fcdd1d5343
@ -1518,7 +1518,8 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
DBDPg = import ../development/perl-modules/DBD-Pg {
|
DBDPg = import ../development/perl-modules/DBD-Pg {
|
||||||
inherit stdenv fetchurl buildPerlPackage DBI postgresql;
|
inherit stdenv fetchurl buildPerlPackage DBI;
|
||||||
|
inherit (pkgs) postgresql;
|
||||||
};
|
};
|
||||||
|
|
||||||
DBFile = import ../development/perl-modules/DB_File {
|
DBFile = import ../development/perl-modules/DB_File {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user