Unverified Commit 8de95bf2 authored by Franz Pletz's avatar Franz Pletz Committed by Charles Hall
Browse files

obs-studio-plugins.obs-pipewire-audio-capture: remove hack

parent 94d0f298
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -27,10 +27,6 @@ stdenv.mkDerivation rec {
    "-Wno-dev"
  ];

  preConfigure = ''
    cp ${obs-studio.src}/cmake/external/ObsPluginHelpers.cmake cmake/FindLibObs.cmake
  '';

  meta = with lib; {
    description = "Audio device and application capture for OBS Studio using PipeWire";
    homepage = "https://github.com/dimtpap/obs-pipewire-audio-capture";