python39Packages.notmuch: Fix build

launchpad/nixpkgs/master
Tad Fisher 3 years ago
parent a1fc4daa85
commit 23b7966ea8
No known key found for this signature in database
GPG Key ID: 3A7425F7E7B22251
  1. 2
      pkgs/applications/networking/mailreaders/notmuch/default.nix

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
dontGzipMan = true; # already compressed
passthru = {
pythonSourceRoot = "${src.name}/bindings/python";
pythonSourceRoot = "notmuch-${version}/bindings/python";
inherit version;
};

Loading…
Cancel
Save