From 359ff7d230aee86fc4a38796f9c84457d626e92c Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Thu, 25 Feb 2016 20:05:34 +0100 Subject: [PATCH] ledger-autosync: fix ofxclient propagation Closes #13411 --- pkgs/top-level/python-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index ffcd6c4229d3..f1bc4dc87e3c 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6118,8 +6118,9 @@ in modules // { sha256 = "f19fa66e656309825887171d84a462e64676b1cc36b62e4dd8679ff63926a469"; }; + propagatedBuildInputs = with self; [ ofxclient ]; + buildInputs = with self; [ - ofxclient mock nose # Used at runtime to translate ofx entries to the ledger