mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-03 19:24:37 +00:00 
			
		
		
		
	rosenthal: Add libxkbcommon-minimal.
* rosenthal/packages/xdisorg.scm (libxkbcommon-minimal): New variable.
This commit is contained in:
		
							parent
							
								
									24b3016230
								
							
						
					
					
						commit
						bfee3c2dd3
					
				@ -38,3 +38,19 @@
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))))
 | 
			
		||||
 | 
			
		||||
(define-public libxkbcommon-minimal
 | 
			
		||||
  (let ((base libxkbcommon-1.4.1))
 | 
			
		||||
    (package
 | 
			
		||||
      (inherit base)
 | 
			
		||||
      (name "libxkbcommon-minimal")
 | 
			
		||||
      (arguments
 | 
			
		||||
       (list #:configure-flags
 | 
			
		||||
             #~(list "-Denable-x11=false"
 | 
			
		||||
                     "-Denable-wayland=false"
 | 
			
		||||
                     (string-append "-Dxkb-config-root="
 | 
			
		||||
                                    (search-input-directory
 | 
			
		||||
                                     %build-inputs "/share/X11/xkb")))))
 | 
			
		||||
      (inputs
 | 
			
		||||
       (modify-inputs (package-inputs base)
 | 
			
		||||
         (delete "libx11" "libxcb" "wayland" "wayland-protocols"))))))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user