summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2022-02-18 08:42:26 +0100
committerDamien Cassou <damien@cassou.me>2022-02-18 08:42:26 +0100
commit0074be5ef52be9545721b6c175d96e70daf53066 (patch)
treec55845bae9d4461f2b8a186a1b438aa80d689617 /pkgs/applications/networking/mailreaders
parent23d8c0e2be81df217bb8a6b1cd9b3838292b2394 (diff)
downloadnixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.tar
nixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.tar.gz
nixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.tar.bz2
nixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.tar.lz
nixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.tar.xz
nixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.tar.zst
nixpkgs-0074be5ef52be9545721b6c175d96e70daf53066.zip
notmuch: Add passthru.tests.version
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index a1b2e4046db..184804a8788 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;
   };