about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-09-21 15:01:33 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-01 15:49:31 +0000
commit09fed847aa87f4ea39efcfc545ca736ca9a20659 (patch)
treed981602a70846653f56d9064c07fa9eac38c98e7 /pkgs/servers
parent54397558e3933ba17009da13b32d1aa211be5c07 (diff)
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!
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/pulseaudio/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix
index 0c15e21f5a369..fe701f7b819d0 100644
--- a/pkgs/servers/pulseaudio/default.nix
+++ b/pkgs/servers/pulseaudio/default.nix
@@ -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.