mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: console-setup: Update to 1.195.
* gnu/packages/xorg.scm (console-setup): Update to 1.195.
This commit is contained in:
parent
c0b71724f8
commit
b4e47e2371
1 changed files with 6 additions and 6 deletions
|
@ -6615,15 +6615,15 @@ (define-public bdfresize
|
||||||
(define-public console-setup
|
(define-public console-setup
|
||||||
(package
|
(package
|
||||||
(name "console-setup")
|
(name "console-setup")
|
||||||
(version "1.194")
|
(version "1.195")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
||||||
(commit version)))
|
(commit "38512eb9a97f57ead1f87f6aee6df455f721c645"))) ; no tag
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fkabv05j5dj10mfrpjyvv7lnxl9qaqkbjhwj72r18i9i4019vgh"))
|
(base32 "0d0xagigs5k3appzz5lzxdjncvnkgz4amz6ks7imiq8kkjixvmfy"))
|
||||||
(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
|
||||||
|
@ -6631,7 +6631,7 @@ (define-public console-setup
|
||||||
(let ((bash (assoc-ref %build-inputs "bash"))
|
(let ((bash (assoc-ref %build-inputs "bash"))
|
||||||
(out (assoc-ref %outputs "out")))
|
(out (assoc-ref %outputs "out")))
|
||||||
(list (string-append "SHELL=" bash "/bin/bash")))
|
(list (string-append "SHELL=" bash "/bin/bash")))
|
||||||
#:tests? #f ;no tests
|
#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
@ -6665,10 +6665,10 @@ (define-public console-setup
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("bdftopcf" ,bdftopcf)
|
("bdftopcf" ,bdftopcf)
|
||||||
("bdfresize" ,bdfresize)
|
("bdfresize" ,bdfresize)
|
||||||
("sharutils" ,sharutils) ;for 'uuencode'
|
("sharutils" ,sharutils) ; for 'uuencode'
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl))) ;used by 'ckbcomp'
|
`(("perl" ,perl))) ; used by 'ckbcomp'
|
||||||
(synopsis "Set up the Linux console font and keyboard")
|
(synopsis "Set up the Linux console font and keyboard")
|
||||||
(description
|
(description
|
||||||
"console-setup provides the console with the same keyboard
|
"console-setup provides the console with the same keyboard
|
||||||
|
|
Loading…
Reference in a new issue