guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]