about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorOlli Helenius <liff@iki.fi>2023-11-14 20:09:04 +0200
committerOlli Helenius <liff@iki.fi>2024-02-18 11:27:29 +0200
commit66a5316eeede064cd526d994683fc37fc8b7f023 (patch)
treec90f4c8ac3f83b6d5b42c588423b6386e44a240e /pkgs/applications/audio
parentb87b7491f120ca2fd0293bf6cc796b729a4461d3 (diff)
downloadnixlib-66a5316eeede064cd526d994683fc37fc8b7f023.tar
nixlib-66a5316eeede064cd526d994683fc37fc8b7f023.tar.gz
nixlib-66a5316eeede064cd526d994683fc37fc8b7f023.tar.bz2
nixlib-66a5316eeede064cd526d994683fc37fc8b7f023.tar.lz
nixlib-66a5316eeede064cd526d994683fc37fc8b7f023.tar.xz
nixlib-66a5316eeede064cd526d994683fc37fc8b7f023.tar.zst
nixlib-66a5316eeede064cd526d994683fc37fc8b7f023.zip
ncspot: add a simple test
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ncspot/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/ncspot/default.nix b/pkgs/applications/audio/ncspot/default.nix
index 9f22f804859c..84fc9169a8f2 100644
--- a/pkgs/applications/audio/ncspot/default.nix
+++ b/pkgs/applications/audio/ncspot/default.nix
@@ -13,6 +13,8 @@
 , withPortAudio ? false, portaudio
 , withMPRIS ? true, withNotify ? true, dbus
 , nix-update-script
+, testers
+, ncspot
 }:
 
 rustPlatform.buildRustPackage rec {
@@ -56,6 +58,7 @@ rustPlatform.buildRustPackage rec {
 
   passthru = {
     updateScript = nix-update-script { };
+    tests.version = testers.testVersion { package = ncspot; };
   };
 
   meta = with lib; {