notmuch: Add passthru.tests.version
This commit is contained in:
parent
23d8c0e2be
commit
0074be5ef5
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue