maint: Disable updater for some packages.

* modules/rosenthal/packages/emacs-xyz.scm (emacs-caddyfile-mode)[properties]
<rosenthal-update?>: Disable.
* modules/rosenthal/packages/rust-apps.scm (atuin): Likewise.
* modules/rosenthal/packages/wm.scm (niri): Likewise.
This commit is contained in:
Hilton Chain 2025-05-24 00:05:58 +08:00
parent 931affd185
commit 3e0b55291e
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
3 changed files with 9 additions and 3 deletions

View File

@ -33,7 +33,9 @@
(description (description
"This package provides @code{caddyfile-mode}, an Emacs major mode for "This package provides @code{caddyfile-mode}, an Emacs major mode for
editing Caddyfiles, configuration files for @code{caddy}.") editing Caddyfiles, configuration files for @code{caddy}.")
(license license:gpl3+)))) (license license:gpl3+)
(properties
'((rosenthal-update? . #f))))))
(define-public emacs-nftables-mode (define-public emacs-nftables-mode
(package (package

View File

@ -74,4 +74,6 @@
"Atuin replaces existing shell history with a SQLite database, and records "Atuin replaces existing shell history with a SQLite database, and records
additional context for commands. Additionally, it provides optional and fully additional context for commands. Additionally, it provides optional and fully
encrypted synchronisation of history between machines, via an Atuin server.") encrypted synchronisation of history between machines, via an Atuin server.")
(license license:expat))) (license license:expat)
(properties
'((rosenthal-update? . #f)))))

View File

@ -192,4 +192,6 @@ extensions, such as @code{wlr-protocols} and @code{plasma-wayland-protocols}.")
"Niri is a scrollable-tiling Wayland compositor which arranges windows in a "Niri is a scrollable-tiling Wayland compositor which arranges windows in a
scrollable format. It is considered stable for daily use and performs most scrollable format. It is considered stable for daily use and performs most
functions expected of a Wayland compositor.") functions expected of a Wayland compositor.")
(license license:gpl3))) (license license:gpl3)
(properties
'((rosenthal-update? . #f)))))