sqlite 3.7.9 breaks DBDSqlite, added local override for now, didn't want to add extra variant in all-packages
svn path=/nixpkgs/trunk/; revision=30450
This commit is contained in:
parent
8f5e72912e
commit
f9a103164d
@ -1056,6 +1056,8 @@ rec {
|
|||||||
|
|
||||||
DBDSQLite = import ../development/perl-modules/DBD-SQLite {
|
DBDSQLite = import ../development/perl-modules/DBD-SQLite {
|
||||||
inherit fetchurl buildPerlPackage DBI;
|
inherit fetchurl buildPerlPackage DBI;
|
||||||
|
|
||||||
|
# sqlite-3.7.9 breaks DBDSQLite, overriding locally for now
|
||||||
sqlite = pkgs.lib.overrideDerivation pkgs.sqlite (args: {
|
sqlite = pkgs.lib.overrideDerivation pkgs.sqlite (args: {
|
||||||
name = "sqlite-3.7.7.1";
|
name = "sqlite-3.7.7.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user