mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 03:34:37 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									931affd185
								
							
						
					
					
						commit
						3e0b55291e
					
				@ -33,7 +33,9 @@
 | 
			
		||||
      (description
 | 
			
		||||
       "This package provides @code{caddyfile-mode}, an Emacs major mode for
 | 
			
		||||
editing Caddyfiles, configuration files for @code{caddy}.")
 | 
			
		||||
      (license license:gpl3+))))
 | 
			
		||||
      (license license:gpl3+)
 | 
			
		||||
      (properties
 | 
			
		||||
       '((rosenthal-update? . #f))))))
 | 
			
		||||
 | 
			
		||||
(define-public emacs-nftables-mode
 | 
			
		||||
  (package
 | 
			
		||||
 | 
			
		||||
@ -74,4 +74,6 @@
 | 
			
		||||
     "Atuin replaces existing shell history with a SQLite database, and records
 | 
			
		||||
additional context for commands.  Additionally, it provides optional and fully
 | 
			
		||||
encrypted synchronisation of history between machines, via an Atuin server.")
 | 
			
		||||
    (license license:expat)))
 | 
			
		||||
    (license license:expat)
 | 
			
		||||
    (properties
 | 
			
		||||
     '((rosenthal-update? . #f)))))
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
scrollable format.  It is considered stable for daily use and performs most
 | 
			
		||||
functions expected of a Wayland compositor.")
 | 
			
		||||
   (license license:gpl3)))
 | 
			
		||||
   (license license:gpl3)
 | 
			
		||||
   (properties
 | 
			
		||||
    '((rosenthal-update? . #f)))))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user