mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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 {
|
||||
inherit stdenv fetchurl buildPerlPackage DBI postgresql;
|
||||
inherit stdenv fetchurl buildPerlPackage DBI;
|
||||
inherit (pkgs) postgresql;
|
||||
};
|
||||
|
||||
DBFile = import ../development/perl-modules/DB_File {
|
||||
|
|
Loading…
Reference in a new issue