From d6b51182ab984e0227d441059b21a2b7553951a9 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 4 Dec 2025 15:19:07 +0800 Subject: [PATCH] rosenthal: lottie-converter: Disable updater. * modules/rosenthal/packages/animation.scm (lottie-converter) [properties]: Set disable-updater? to #t. --- modules/rosenthal/packages/animation.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rosenthal/packages/animation.scm b/modules/rosenthal/packages/animation.scm index 861620f..1f34879 100644 --- a/modules/rosenthal/packages/animation.scm +++ b/modules/rosenthal/packages/animation.scm @@ -46,4 +46,5 @@ (description "This package provides a simple lottie animation converter. Animations can be converted to PNG (with transparency) or GIF.") (home-page "https://github.com/sot-tech/LottieConverter") - (license license:bsd-3)))) + (license license:bsd-3) + (properties '((disable-updater? . #t))))))