Unverified Commit 94d0f298 authored by Franz Pletz's avatar Franz Pletz Committed by Charles Hall
Browse files

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

This package was recently bumped and seems to work.
parent 8e72586f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
  };
}