guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: gnu: python-fontparts: Add missing input.


From: guix-commits
Subject: 07/16: gnu: python-fontparts: Add missing input.
Date: Mon, 15 Aug 2022 18:50:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5f2c529a592725df5a314cc9724869c658a3e6bc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 16 00:16:13 2022 +0200

    gnu: python-fontparts: Add missing input.
    
    * gnu/packages/fontutils.scm (python-fontparts-bootstrap)[native-inputs]: 
Add
    PYTHON-SETUPTOOLS-SCM.
---
 gnu/packages/fontutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index ce4709773d..f9742d024f 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -497,7 +497,7 @@ implementing the pen protocol for manipulating glyphs.")
             python-defcon-bootstrap
             python-fontmath
             python-fonttools))
-     (native-inputs (list unzip))
+     (native-inputs (list python-setuptools-scm unzip))
      (home-page "https://github.com/robotools/fontParts";)
      (synopsis "Library for interacting with font parts")
      (description "FontParts is an @acronym{API, Application Programming



reply via email to

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