rosenthal: Exclude a few packages from auto-update manifest.

* modules/rosenthal/packages/emacs-xyz.scm (emacs-majutsu/dolly) [properties]:
Set disable-updater?.
* modules/rosenthal/packages/package-management.scm (mirror-substitutes)
[properties]: Likewise.
* modules/rosenthal/packages/python-xyz.scm (python-cryptg, python-irc)
(python-mautrix) [properties]: Likewise.
This commit is contained in:
Hilton Chain 2026-04-13 09:43:38 +08:00
parent 54137b18ef
commit 1100a69108
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
3 changed files with 10 additions and 5 deletions

View File

@ -164,7 +164,8 @@ some keybindings are slightly simplified.")
"01bzh8cszi62b9pgskff9hls9aibxshr430mm2yc55ncksqmgw2b")))) "01bzh8cszi62b9pgskff9hls9aibxshr430mm2yc55ncksqmgw2b"))))
(inputs (inputs
(modify-inputs inputs (modify-inputs inputs
(replace "jujutsu" jujutsu/dolly)))))) (replace "jujutsu" jujutsu/dolly)))
(properties '((disable-updater? . #t))))))
(define-public emacs-pcmpl-tailscale (define-public emacs-pcmpl-tailscale
(let ((commit "acd6bce54af506b0450cf6aa1068f63d4e25c8ce") (let ((commit "acd6bce54af506b0450cf6aa1068f63d4e25c8ce")

View File

@ -90,4 +90,5 @@
(description (description
"This package provides commands to mirror substitutes for Guix and Nix "This package provides commands to mirror substitutes for Guix and Nix
without relying on the implementation of remote server.") without relying on the implementation of remote server.")
(license license:gpl3+)))) (license license:gpl3+)
(properties '((disable-updater? . #t))))))

View File

@ -102,7 +102,8 @@ file at build time to reflect the license declared in the license expression.")
(description (description
"This is a small native extension for Python 3 to help libraries that want "This is a small native extension for Python 3 to help libraries that want
to work with the Telegram API, which uses the uncommon AES-IGE mode for it.") to work with the Telegram API, which uses the uncommon AES-IGE mode for it.")
(license license:cc0))) (license license:cc0)
(properties '((disable-updater? . #t)))))
(define-public python-irc (define-public python-irc
(package (package
@ -136,7 +137,8 @@ Internet Relay Chat} protocol for Python. It provides an event-driven IRC
client framework. It has a fairly thorough support for the basic IRC protocol, client framework. It has a fairly thorough support for the basic IRC protocol,
@acronym{CTCP, Client-to-Client Protocol}, and @acronym{DCC, Direct @acronym{CTCP, Client-to-Client Protocol}, and @acronym{DCC, Direct
Client-to-Client} connections.") Client-to-Client} connections.")
(license license:expat))) (license license:expat)
(properties '((disable-updater? . #t)))))
(define-public python-jaraco-logging (define-public python-jaraco-logging
(package (package
@ -219,7 +221,8 @@ set of generators for loading gzip data on the fly.")
(synopsis "Python 3 asyncio Matrix framework") (synopsis "Python 3 asyncio Matrix framework")
(description (description
"This package provides a Python 3.10+ asyncio Matrix framework.") "This package provides a Python 3.10+ asyncio Matrix framework.")
(license license:mpl2.0))) (license license:mpl2.0)
(properties '((disable-updater? . #t)))))
(define-public python-tulir-telethon (define-public python-tulir-telethon
(package (package