* 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:
@@ -1,6 +1,6 @@
|
||||
{fetchurl, perl, perlDBI, sqlite}:
|
||||
{fetchurl, buildPerlPackage, perlDBI, sqlite}:
|
||||
|
||||
import ../generic perl {
|
||||
buildPerlPackage {
|
||||
name = "DBD-SQLite-1.14";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user