12 stdenv.mkDerivation rec {
13 pname = "obs-pipewire-audio-capture";
16 src = fetchFromGitHub {
20 sha256 = "sha256-qYHU0m+jz/mQmjleITnzxNkTio5ir8dFkHKfmY4l0Es=";
34 "-DCMAKE_INSTALL_LIBDIR=/lib"
38 description = "Audio device and application capture for OBS Studio using PipeWire";
39 homepage = "https://github.com/dimtpap/obs-pipewire-audio-capture";
40 maintainers = with maintainers; [ Elinvention ];
41 license = licenses.gpl2Plus;