python3Packages.notmuch2: fix build

folder name became incorrect
This commit is contained in:
Matthieu Coudron 2021-08-06 00:44:30 +02:00 committed by Jonathan Ringer
parent fd11119c73
commit 84c07d71a5

View file

@ -10,7 +10,7 @@ buildPythonPackage {
pname = "notmuch2";
inherit (notmuch) version src;
sourceRoot = "${notmuch.src.name}/bindings/python-cffi";
sourceRoot = "notmuch-${notmuch.version}/bindings/python-cffi";
buildInputs = [ python notmuch cffi ];