obs-studio-plugins.obs-hyperion: remove broken flag

This package was recently bumped and seems to work.
This commit is contained in:
Franz Pletz 2023-12-20 23:17:05 +01:00 committed by Charles Hall
parent 8e72586fca
commit 94d0f298bf
No known key found for this signature in database
GPG Key ID: 7B8E0645816E07CF

View File

@ -33,6 +33,5 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ algram ];
platforms = [ "x86_64-linux" ];
broken = true; # Not compatible with qt6 yet but required by OBS28
};
}