obs-studio-plugins.obs-source-clone: remove with lib

This commit is contained in:
emaryn
2025-02-22 23:11:06 +08:00
parent f2acf15f1d
commit 8671bd46eb
@@ -18,6 +18,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ obs-studio ];
cmakeFlags = [
@@ -28,11 +29,11 @@ stdenv.mkDerivation {
rm -rf $out/obs-plugins $out/data
'';
meta = with lib; {
meta = {
description = "Plugin for OBS Studio to clone sources";
homepage = "https://github.com/exeldro/obs-source-clone";
maintainers = with maintainers; [ flexiondotorg ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with lib.maintainers; [ flexiondotorg ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
};
}