obs-studio: set passthru.updateScript

This commit is contained in:
éclairevoyant 2024-03-13 13:38:04 -04:00
parent 6a0dfe01f3
commit bd40aa65c2
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -53,6 +53,7 @@
, libdatachannel
, libvpl
, qrcodegencpp
, nix-update-script
}:
let
@ -202,6 +203,8 @@ stdenv.mkDerivation (finalAttrs: {
ln -s ${libcef}/lib/* $out/lib/obs-plugins/
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Free and open source software for video recording and live streaming";
longDescription = ''