notmuch: Add passthru.tests.version

This commit is contained in:
Damien Cassou 2022-02-18 08:42:26 +01:00
parent 23d8c0e2be
commit 0074be5ef5
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

@ -2,9 +2,11 @@
, pkg-config, gnupg
, xapian, gmime, talloc, zlib
, doxygen, perl, texinfo
, notmuch
, pythonPackages
, emacs
, ruby
, testVersion
, which, dtach, openssl, bash, gdb, man
, withEmacs ? true
, withRuby ? true
@ -95,6 +97,7 @@ stdenv.mkDerivation rec {
passthru = {
pythonSourceRoot = "notmuch-${version}/bindings/python";
tests.version = testVersion { package = notmuch; };
inherit version;
};