pkgsStatic.pulseaudio: mark unsupported

Looks like getting it supported would just be a case of somebody
changing the Meson files and testing that it works!
This commit is contained in:
Alyssa Ross 2023-09-21 15:01:33 +00:00
parent 54397558e3
commit 09fed847aa

View File

@ -179,6 +179,9 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ lovek323 ];
platforms = lib.platforms.unix;
# https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1089
badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
longDescription = ''
PulseAudio is a sound server for POSIX and Win32 systems. A
sound server is basically a proxy for your sound applications.