pythonPackages: notmuch: fix sourceRoot so that one can use overrides in top-level notmuch and still have this work

This commit is contained in:
Jan Malakhovski 2015-03-21 13:36:00 +00:00
parent 9a75c1d7c8
commit 6258728318

View file

@ -6885,7 +6885,7 @@ let
src = pkgs.notmuch.src;
sourceRoot = "${pkgs.notmuch.name}/bindings/python";
sourceRoot = "${pkgs.notmuch.src.name}/bindings/python";
buildInputs = with self; [ python pkgs.notmuch ];