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 {
|
||||
inherit fetchurl buildPerlPackage DBI;
|
||||
|
||||
# sqlite-3.7.9 breaks DBDSQLite, overriding locally for now
|
||||
sqlite = pkgs.lib.overrideDerivation pkgs.sqlite (args: {
|
||||
name = "sqlite-3.7.7.1";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user