obs-studio: set passthru.updateScript
This commit is contained in:
parent
6a0dfe01f3
commit
bd40aa65c2
@ -53,6 +53,7 @@
|
|||||||
, libdatachannel
|
, libdatachannel
|
||||||
, libvpl
|
, libvpl
|
||||||
, qrcodegencpp
|
, qrcodegencpp
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -202,6 +203,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
ln -s ${libcef}/lib/* $out/lib/obs-plugins/
|
ln -s ${libcef}/lib/* $out/lib/obs-plugins/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Free and open source software for video recording and live streaming";
|
description = "Free and open source software for video recording and live streaming";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user