gnu: console-font: Install bdf2psf.

* gnu/packages/xorg.scm (console-font)[arguments]: Add custom
'install-bdf2psf phase to install bdf2psf and its manpage.
This commit is contained in:
Efraim Flashner 2022-10-24 22:37:34 +03:00
parent dec9cb985c
commit 75d4abf2eb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6582,7 +6582,13 @@ (define-public console-setup
(replace 'install
(lambda* (#:key make-flags #:allow-other-keys)
(apply invoke "make" "install-linux"
make-flags))))))
make-flags)))
(add-after 'install 'install-bdf2psf
(lambda* (#:key outputs #:allow-other-keys)
(install-file "Fonts/bdf2psf"
(string-append #$output "/bin"))
(install-file "man/bdf2psf.1"
(string-append #$output "/share/man/man1")))))))
(native-inputs
(list pkg-config
bdftopcf