DBD::SQLite: 1.48 -> 1.50
This commit is contained in:
parent
0aa7520670
commit
d94c072f8e
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, buildPerlPackage, DBI, sqlite }:
|
{ stdenv, fetchurl, buildPerlPackage, DBI, sqlite }:
|
||||||
|
|
||||||
buildPerlPackage rec {
|
buildPerlPackage rec {
|
||||||
name = "DBD-SQLite-1.48";
|
name = "DBD-SQLite-1.50";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/${name}.tar.gz";
|
||||||
sha256 = "19hf0fc4dlnpmxsxx3jjbh2z6d2jafgdlqhwz4irkp2cbl7j75xk";
|
sha256 = "1qcw2nzla03ywrl6mx1qklvbc8n5bn4gxqbjnvadfkwlffmi7i9s";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ DBI ];
|
propagatedBuildInputs = [ DBI ];
|
||||||
@ -37,7 +37,7 @@ buildPerlPackage rec {
|
|||||||
|
|
||||||
# Disabled because the tests can randomly fail due to timeouts
|
# Disabled because the tests can randomly fail due to timeouts
|
||||||
# (e.g. "database is locked(5) at dbdimp.c line 402 at t/07busy.t").
|
# (e.g. "database is locked(5) at dbdimp.c line 402 at t/07busy.t").
|
||||||
doCheck = false;
|
#doCheck = false;
|
||||||
|
|
||||||
meta.platforms = stdenv.lib.platforms.unix;
|
meta.platforms = stdenv.lib.platforms.unix;
|
||||||
}
|
}
|
||||||
|
@ -3544,19 +3544,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
|
|
||||||
DBDSQLite = import ../development/perl-modules/DBD-SQLite {
|
DBDSQLite = import ../development/perl-modules/DBD-SQLite {
|
||||||
inherit stdenv fetchurl buildPerlPackage DBI;
|
inherit stdenv fetchurl buildPerlPackage DBI;
|
||||||
# inherit (pkgs) sqlite;
|
inherit (pkgs) sqlite;
|
||||||
|
|
||||||
# Workaround to address DBIxClass test failure.
|
|
||||||
# https://rt.cpan.org/Public/Bug/Display.html?id=117271#txn-1662798
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/18083#issuecomment-243408430
|
|
||||||
sqlite = pkgs.sqlite.overrideDerivation (_: {
|
|
||||||
name = "sqlite-3.13.0";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "http://sqlite.org/2016/sqlite-autoconf-3130000.tar.gz";
|
|
||||||
sha256 = "0sq88jbwsk48i41f7m7rkw9xvijq011nsbs7pl49s31inck70yg2";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
DBDmysql = import ../development/perl-modules/DBD-mysql {
|
DBDmysql = import ../development/perl-modules/DBD-mysql {
|
||||||
|
Loading…
Reference in New Issue
Block a user