From 226b8a9f9a2afc220e35fce172491102af2eee51 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 6 Nov 2023 15:51:52 -0500 Subject: nixos/tests/slimserver: add end to end with squeezelite --- pkgs/applications/audio/squeezelite/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/audio/squeezelite') 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"; -- cgit 1.4.1