* A function "buildPerlPackage" to replace all those "import

../development/perl-modules/generic perl" incantations.

svn path=/nixpkgs/trunk/; revision=13387
This commit is contained in:
Eelco Dolstra
2008-11-24 10:24:51 +00:00
parent 1357c14500
commit 9cb29889d2
6 changed files with 185 additions and 205 deletions

View File

@@ -1,6 +1,6 @@
{fetchurl, perl, perlDBI, sqlite}:
{fetchurl, buildPerlPackage, perlDBI, sqlite}:
import ../generic perl {
buildPerlPackage {
name = "DBD-SQLite-1.14";
src = fetchurl {