buildPerlPackage: name -> (pname, version)

This commit is contained in:
volth
2019-06-20 13:07:56 +00:00
parent ffd9bf7e29
commit b3cc65f8b9
34 changed files with 4470 additions and 3056 deletions

View File

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