Commit 09fed847 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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!
parent 54397558
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.