gnu: console-setup: Update to 1.207.
* gnu/packages/xorg.scm (console-setup): Update to 1.207. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
		
							parent
							
								
									37c84d0774
								
							
						
					
					
						commit
						3148cd7144
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -6679,7 +6679,7 @@ output.")
 | 
			
		|||
(define-public console-setup
 | 
			
		||||
  (package
 | 
			
		||||
    (name "console-setup")
 | 
			
		||||
    (version "1.205")
 | 
			
		||||
    (version "1.207")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -6687,7 +6687,7 @@ output.")
 | 
			
		|||
             (url "https://salsa.debian.org/installer-team/console-setup.git")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0sf560s14firyvzpgww79ydzc6p3jvjkbvsi8zsr5m3hr833w0ba"))
 | 
			
		||||
        (base32 "0fj93apsknx3lzbi2025pzr19q1gwnim8g4007aqqkhidc1msgx5"))
 | 
			
		||||
       (file-name (git-file-name name version))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			@ -6706,8 +6706,7 @@ output.")
 | 
			
		|||
             (substitute* '("Keyboard/ckbcomp")
 | 
			
		||||
               (("\"cat ")
 | 
			
		||||
                (string-append "\"" (which "cat")
 | 
			
		||||
                               " ")))
 | 
			
		||||
             #t))
 | 
			
		||||
                               " ")))))
 | 
			
		||||
         (add-before 'build 'make-doubled-bdfs
 | 
			
		||||
           (lambda* (#:key native-inputs inputs #:allow-other-keys)
 | 
			
		||||
             (invoke "make" "-C" "Fonts"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue