forked from mirrors/nixpkgs
pipewire: Fix tests
This commit is contained in:
parent
24320ba1dd
commit
6edd102013
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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: ''
|
||||
|
|
Loading…
Reference in a new issue