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
|
(define-public console-setup
|
||||||
(package
|
(package
|
||||||
(name "console-setup")
|
(name "console-setup")
|
||||||
(version "1.205")
|
(version "1.207")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6687,7 +6687,7 @@ output.")
|
||||||
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sf560s14firyvzpgww79ydzc6p3jvjkbvsi8zsr5m3hr833w0ba"))
|
(base32 "0fj93apsknx3lzbi2025pzr19q1gwnim8g4007aqqkhidc1msgx5"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -6706,8 +6706,7 @@ output.")
|
||||||
(substitute* '("Keyboard/ckbcomp")
|
(substitute* '("Keyboard/ckbcomp")
|
||||||
(("\"cat ")
|
(("\"cat ")
|
||||||
(string-append "\"" (which "cat")
|
(string-append "\"" (which "cat")
|
||||||
" ")))
|
" ")))))
|
||||||
#t))
|
|
||||||
(add-before 'build 'make-doubled-bdfs
|
(add-before 'build 'make-doubled-bdfs
|
||||||
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
||||||
(invoke "make" "-C" "Fonts"
|
(invoke "make" "-C" "Fonts"
|
||||||
|
|
Reference in a new issue