summary refs log tree commit diff
path: root/pkgs/development/perl-modules/DBD-SQLite/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/perl-modules/DBD-SQLite/default.nix')
-rw-r--r--pkgs/development/perl-modules/DBD-SQLite/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/perl-modules/DBD-SQLite/default.nix b/pkgs/development/perl-modules/DBD-SQLite/default.nix
index ff84de40b30..5a24687c2b0 100644
--- a/pkgs/development/perl-modules/DBD-SQLite/default.nix
+++ b/pkgs/development/perl-modules/DBD-SQLite/default.nix
@@ -1,7 +1,8 @@
 { stdenv, fetchurl, buildPerlPackage, perl, DBI, sqlite }:
 
-buildPerlPackage rec {
-  name = "DBD-SQLite-1.62";
+buildPerlPackage {
+  pname = "DBD-SQLite";
+  version = "1.62";
 
   src = fetchurl {
     url = mirror://cpan/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.62.tar.gz;