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

This package was recently bumped and seems to work.
This commit is contained in:
Franz Pletz
2024-01-04 16:22:01 -08:00
committed by Charles Hall
parent 8e72586fca
commit 94d0f298bf
@@ -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
};
}