Merge pull request #7102 from oxij/fix-fixed-notmuch
pythonPackages: notmuch: revert 6258728
, move sourceRoot setting to top-level
This commit is contained in:
commit
06a810659c
@ -7,6 +7,10 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "notmuch-0.19";
|
||||
|
||||
passthru = {
|
||||
pythonSourceRoot = "${name}/bindings/python";
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://notmuchmail.org/releases/${name}.tar.gz";
|
||||
sha256 = "1szf6c44g209pcjq5nvfhlp3nzcm3lrcwv4spsxmwy13hiaccvrr";
|
||||
|
@ -7077,7 +7077,7 @@ let
|
||||
|
||||
src = pkgs.notmuch.src;
|
||||
|
||||
sourceRoot = "${pkgs.notmuch.src.name}/bindings/python";
|
||||
sourceRoot = pkgs.notmuch.pythonSourceRoot;
|
||||
|
||||
buildInputs = with self; [ python pkgs.notmuch ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user