* Drop the "perl" prefix from Perl attribute names. It's redundant
now that Perl packages are in their own namespace (perlPackages.<pkg>). svn path=/nixpkgs/trunk/; revision=15176
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{fetchurl, buildPerlPackage, perlDBI, sqlite}:
|
||||
{fetchurl, buildPerlPackage, DBI, sqlite}:
|
||||
|
||||
buildPerlPackage {
|
||||
name = "DBD-SQLite-1.14";
|
||||
@@ -8,7 +8,7 @@ buildPerlPackage {
|
||||
sha256 = "01qd5xfx702chg3bv2k727kfdp84zy5xh31y6njvivkp78vrs624";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [perlDBI];
|
||||
propagatedBuildInputs = [DBI];
|
||||
|
||||
makeMakerFlags = "SQLITE_LOCATION=${sqlite}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user