1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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:
Rob Vermaas 2011-11-16 18:23:44 +00:00
parent 8f5e72912e
commit f9a103164d

View file

@ -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 {