obs-studio: set passthru.updateScript
This commit is contained in:
parent
6a0dfe01f3
commit
bd40aa65c2
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user