1
0
Fork 1
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:
Peter Simons 2013-04-06 15:28:02 +02:00
parent cde41fe551
commit fcdd1d5343

View file

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