From 128e6c560e60905ca08ff9d7c339f45f56609c01 Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Wed, 27 Mar 2019 11:58:21 +0100 Subject: [PATCH 1/2] python2Packages.nevow: fix build --- pkgs/development/python-modules/nevow/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/nevow/default.nix b/pkgs/development/python-modules/nevow/default.nix index 1adfe13dd13..fa11ab3fb90 100644 --- a/pkgs/development/python-modules/nevow/default.nix +++ b/pkgs/development/python-modules/nevow/default.nix @@ -12,6 +12,8 @@ buildPythonPackage rec { propagatedBuildInputs = [ twisted ]; + checkInputs = [ twisted ]; + checkPhase = '' trial formless nevow ''; From ea5f0983e767be12ee60a823a663065ea0e43aea Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Wed, 27 Mar 2019 21:13:14 +0100 Subject: [PATCH 2/2] tahoe-lafs: fix build --- pkgs/tools/networking/p2p/tahoe-lafs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/p2p/tahoe-lafs/default.nix b/pkgs/tools/networking/p2p/tahoe-lafs/default.nix index 6d4c77d5198..3e9d1f9f5f7 100644 --- a/pkgs/tools/networking/p2p/tahoe-lafs/default.nix +++ b/pkgs/tools/networking/p2p/tahoe-lafs/default.nix @@ -59,7 +59,7 @@ pythonPackages.buildPythonApplication rec { service-identity pyyaml magic-wormhole treq ]; - checkInputs = with pythonPackages; [ hypothesis ]; + checkInputs = with pythonPackages; [ hypothesis twisted ]; # Install the documentation. postInstall = ''