[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: console-font: Install bdf2psf.
From: |
guix-commits |
Subject: |
04/06: gnu: console-font: Install bdf2psf. |
Date: |
Tue, 25 Oct 2022 02:42:15 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 75d4abf2eb519a49a4db522cc8204d4c85618c30
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 22:37:34 2022 +0300
gnu: console-font: Install bdf2psf.
* gnu/packages/xorg.scm (console-font)[arguments]: Add custom
'install-bdf2psf phase to install bdf2psf and its manpage.
---
gnu/packages/xorg.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f932610d41..a6b7b71d1d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6582,7 +6582,13 @@ output.")
(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
- branch master updated (a2e4e3489b -> 3f0ea68177), guix-commits, 2022/10/25
- 01/06: gnu: gnuastro: Update to 0.19., guix-commits, 2022/10/25
- 03/06: gnu: gama: Update to 2.23., guix-commits, 2022/10/25
- 06/06: gnu: font-gnu-unifont: Build from source., guix-commits, 2022/10/25
- 04/06: gnu: console-font: Install bdf2psf.,
guix-commits <=
- 05/06: gnu: font-gnu-unifont: Update to 15.0.01., guix-commits, 2022/10/25
- 02/06: gnu: freeipmi: Update to 1.6.10., guix-commits, 2022/10/25