From bc81760a9216c65267016d4eb5bab4d51eaf8bd3 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 29 Jun 2017 20:38:14 +0200 Subject: [PATCH] buku: test & completions revision --- pkgs/applications/misc/buku/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/buku/default.nix b/pkgs/applications/misc/buku/default.nix index 18d59d12fba..fea813021d2 100644 --- a/pkgs/applications/misc/buku/default.nix +++ b/pkgs/applications/misc/buku/default.nix @@ -11,7 +11,7 @@ with pythonPackages; buildPythonApplication rec { sha256 = "1a33x3197vi5s8rq5fvhy021jdlsc8ww8zc4kysss6r9mvdlk7ax"; }; - buildInputs = [ + nativeBuildInputs = [ pytestcov pytest-catchlog hypothesis @@ -29,7 +29,7 @@ with pythonPackages; buildPythonApplication rec { # Fixes two tests for wrong encoding export PYTHONIOENCODING=utf-8 - # https://github.com/jarun/Buku/pull/167 + # Should be upstream, see https://github.com/jarun/Buku/pull/167 substituteInPlace setup.py \ --replace "hypothesis==3.7.0" "hypothesis>=3.7.0"