From 0074be5ef52be9545721b6c175d96e70daf53066 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Fri, 18 Feb 2022 08:42:26 +0100 Subject: [PATCH] notmuch: Add passthru.tests.version --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index a1b2e4046db1..184804a87888 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -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; };