mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: Add wayland-protocols-1.30.
* rosenthal/packages/freedesktop.scm (wayland-protocols-1.30): New variable.
This commit is contained in:
		
							parent
							
								
									d6c5ca89f7
								
							
						
					
					
						commit
						65b564a33c
					
				@ -29,3 +29,23 @@
 | 
			
		||||
          #~(modify-phases #$phases
 | 
			
		||||
              ;; FIXME
 | 
			
		||||
              (delete 'check))))))))
 | 
			
		||||
 | 
			
		||||
(define-public wayland-protocols-1.30
 | 
			
		||||
  (let ((base wayland-protocols))
 | 
			
		||||
    (package
 | 
			
		||||
      (inherit base)
 | 
			
		||||
      (name "wayland-protocols")
 | 
			
		||||
      (version "1.30")
 | 
			
		||||
      (source (origin
 | 
			
		||||
                (method url-fetch)
 | 
			
		||||
                (uri (string-append
 | 
			
		||||
                      "https://gitlab.freedesktop.org/wayland/wayland-protocols"
 | 
			
		||||
                      "/-/releases/" version "/downloads/"
 | 
			
		||||
                      "wayland-protocols-" version ".tar.xz"))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
                  "0q5w66472j548pdabnycn9byjsjy477qfzkd6yq80azxcpxrh51w"))))
 | 
			
		||||
      (native-inputs
 | 
			
		||||
       (modify-inputs (package-native-inputs base)
 | 
			
		||||
         (replace "wayland" wayland-1.21.0)))
 | 
			
		||||
      (inputs (list wayland-1.21.0)))))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user