rosenthal: Disable updater for a few packages.

This commit is contained in:
Hilton Chain 2026-03-29 13:51:01 +08:00
parent eef03fcfec
commit 7dc52aa59b
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
3 changed files with 10 additions and 5 deletions

View File

@ -84,7 +84,8 @@
(description (description
"Limine is a multiprotocol bootloader and boot manager. It's also used as "Limine is a multiprotocol bootloader and boot manager. It's also used as
the reference implementation for the Limine boot protocol.") the reference implementation for the Limine boot protocol.")
(license license:bsd-2))) (license license:bsd-2)
(properties '((disable-updater? . #t)))))
;;; ;;;

View File

@ -37,7 +37,8 @@
((#:lisp-directory _ #f) "lisp"))) ((#:lisp-directory _ #f) "lisp")))
(propagated-inputs (propagated-inputs
(modify-inputs propagated-inputs (modify-inputs propagated-inputs
(prepend emacs-consult)))))) (prepend emacs-consult)))
(properties '((disable-updater? . #t))))))
(define-public emacs-caddyfile-mode (define-public emacs-caddyfile-mode
(let ((commit "fc41148f5a7eb320f070666f046fb9d88cf17680") (let ((commit "fc41148f5a7eb320f070666f046fb9d88cf17680")
@ -105,7 +106,8 @@ minibuffer. This allows editing the search string in arbitrary ways without any
special maneuver. Unlike standard @code{isearch}, cursor motion commands do not special maneuver. Unlike standard @code{isearch}, cursor motion commands do not
end the search. Moreover, the search status information in the echo area and end the search. Moreover, the search status information in the echo area and
some keybindings are slightly simplified.") some keybindings are slightly simplified.")
(license license:gpl3+))) (license license:gpl3+)
(properties '((disable-updater? . #t)))))
(define-public emacs-kdl-mode (define-public emacs-kdl-mode
(let ((commit "2d849e298199f490e4894c01764a8a83decd704a") (let ((commit "2d849e298199f490e4894c01764a8a83decd704a")
@ -140,7 +142,8 @@ some keybindings are slightly simplified.")
(sha256 (sha256
(base32 (base32
"1ipqvrszh6fp9d9g3grk4mbh762knhn0zp3jhww0mkib73f3p0sy")))))) "1ipqvrszh6fp9d9g3grk4mbh762knhn0zp3jhww0mkib73f3p0sy"))))))
(name "emacs-magit-delta-dolly"))) (name "emacs-magit-delta-dolly")
(properties '((disable-updater? . #t)))))
(define-public emacs-pcmpl-tailscale (define-public emacs-pcmpl-tailscale
(let ((commit "acd6bce54af506b0450cf6aa1068f63d4e25c8ce") (let ((commit "acd6bce54af506b0450cf6aa1068f63d4e25c8ce")

View File

@ -44,4 +44,5 @@
(home-page "https://github.com/hylophile/guile-toml") (home-page "https://github.com/hylophile/guile-toml")
(synopsis "TOML module for GNU Guile") (synopsis "TOML module for GNU Guile")
(description "") (description "")
(license license:gpl3+)))) (license license:gpl3+)
(properties '((disable-updater? . #t))))))