mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 10:50:30 +08:00
pythonPackages: notmuch: fix sourceRoot so that one can use overrides in top-level notmuch and still have this work
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user