mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03: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:
parent
9a75c1d7c8
commit
6258728318
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user