about summary refs log tree commit diff
path: root/pkgs/applications/audio/squeezelite
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-11-06 15:51:52 -0500
committerAdam Stephens <adam@valkor.net>2023-11-17 08:18:34 -0500
commit226b8a9f9a2afc220e35fce172491102af2eee51 (patch)
treee9c59940e6262f20235f178bbfc03f6fe789041f /pkgs/applications/audio/squeezelite
parentd6e8178a5c9d008767ff2202141b4b3b2b087e85 (diff)
nixos/tests/slimserver: add end to end with squeezelite
Diffstat (limited to 'pkgs/applications/audio/squeezelite')
-rw-r--r--pkgs/applications/audio/squeezelite/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/audio/squeezelite/default.nix b/pkgs/applications/audio/squeezelite/default.nix
index da126de3fc436..0f3b8be11c08b 100644
--- a/pkgs/applications/audio/squeezelite/default.nix
+++ b/pkgs/applications/audio/squeezelite/default.nix
@@ -22,6 +22,7 @@
 , openssl
 , portaudioSupport ? stdenv.isDarwin
 , portaudio
+, slimserver
 , AudioToolbox
 , AudioUnit
 , Carbon
@@ -95,7 +96,10 @@ stdenv.mkDerivation {
     runHook postInstall
   '';
 
-  passthru.updateScript = ./update.sh;
+  passthru = {
+    inherit (slimserver) tests;
+    updateScript = ./update.sh;
+  };
 
   meta = with lib; {
     description = "Lightweight headless squeezebox client emulator";