GNU bug report logs - #53679
[PATCH] gnu: fontmanager: depend on python3

Previous Next

Package: guix-patches;

Reported by: Ryan Sundberg <ryan <at> arctype.co>

Date: Tue, 1 Feb 2022 05:56:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ryan Sundberg <ryan <at> arctype.co>
To: guix-patches <at> gnu.org
Cc: Ryan Sundberg <ryan <at> arctype.co>
Subject: [PATCH] gnu: fontmanager: depend on python3
Date: Mon, 31 Jan 2022 21:55:12 -0800
This package requires python3 on the path to sucessfully build:

    Program python found: NO
    ../source/meson.build:45:0: ERROR: python3 not found

* gnu/packages/fontutils.scm (fontmanager)[inputs]: Add python-3
---
 gnu/packages/fontutils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index bc082de3d3..5a92f752d1 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -906,6 +906,7 @@ (define-public fontmanager
       ("gtk+" ,gtk+)
       ("json-glib" ,json-glib)
       ("libsoup" ,libsoup-minimal-2)
+      ("python" ,python-3)
       ("sqlite" ,sqlite)
       ("webkitgtk" ,webkitgtk-with-libsoup2)))
    (home-page "https://fontmanager.github.io/")
-- 
2.34.0





This bug report was last modified 3 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.