Tahoe: Use pysqlite', used by the
backup' command.
svn path=/nixpkgs/trunk/; revision=16231
This commit is contained in:
parent
26b5148308
commit
0dcce7669e
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, unzip, buildPythonPackage, twisted, foolscap, nevow
|
{ fetchurl, unzip, buildPythonPackage, twisted, foolscap, nevow
|
||||||
, simplejson, zfec, pycryptopp, nettools }:
|
, simplejson, zfec, pycryptopp, pysqlite, nettools }:
|
||||||
|
|
||||||
buildPythonPackage (rec {
|
buildPythonPackage (rec {
|
||||||
name = "tahoe-1.4.1";
|
name = "tahoe-1.4.1";
|
||||||
@ -29,8 +29,10 @@ buildPythonPackage (rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
|
|
||||||
|
# The `backup' command works best with `pysqlite'.
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
twisted foolscap nevow simplejson zfec pycryptopp
|
twisted foolscap nevow simplejson zfec pycryptopp pysqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME: Many tests try to write to the Nix store or to $HOME, which
|
# FIXME: Many tests try to write to the Nix store or to $HOME, which
|
||||||
|
@ -7020,7 +7020,7 @@ let
|
|||||||
tahoe = import ../tools/networking/p2p/tahoe {
|
tahoe = import ../tools/networking/p2p/tahoe {
|
||||||
inherit fetchurl unzip nettools buildPythonPackage;
|
inherit fetchurl unzip nettools buildPythonPackage;
|
||||||
inherit (pythonPackages) twisted foolscap simplejson nevow zfec
|
inherit (pythonPackages) twisted foolscap simplejson nevow zfec
|
||||||
pycryptopp;
|
pycryptopp pysqlite;
|
||||||
};
|
};
|
||||||
|
|
||||||
tailor = builderDefsPackage (import ../applications/version-management/tailor) {
|
tailor = builderDefsPackage (import ../applications/version-management/tailor) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user