pipewire: Fix tests

This commit is contained in:
talyz 2021-04-27 10:24:56 +02:00
parent 24320ba1dd
commit 6edd102013
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B
2 changed files with 11 additions and 1 deletions

View file

@ -2,4 +2,14 @@
makeInstalledTest {
tested = pkgs.pipewire;
testConfig = {
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
pulse.enable = true;
jack.enable = true;
alsa.enable = true;
alsa.support32Bit = true;
};
};
}

View file

@ -1,4 +1,4 @@
{ lib, runCommand, pipewire, paths-out, paths-lib }:
{ lib, runCommand, pipewire, paths-out, paths-lib, paths-out-media-session }:
let
check-path = output: path: ''