mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43:54 +00:00
Get the tor and i2p dependencies into the check environment again
This commit is contained in:
parent
1a6197d07c
commit
de9907bd71
@ -137,7 +137,11 @@ buildPythonPackage rec {
|
|||||||
# runtime dependencies test-only dependencies (for whichever test
|
# runtime dependencies test-only dependencies (for whichever test
|
||||||
# suites are enabled).
|
# suites are enabled).
|
||||||
checkInputs = (
|
checkInputs = (
|
||||||
lib.optionals (doUnit || doIntegration) unitTestDependencies ++
|
lib.optionals (doUnit || doIntegration) (
|
||||||
|
unitTestDependencies ++
|
||||||
|
passthru.optional-dependencies.tor ++
|
||||||
|
passthru.optional-dependencies.i2p
|
||||||
|
) ++
|
||||||
lib.optionals doIntegration integrationTestDependencies
|
lib.optionals doIntegration integrationTestDependencies
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user