me
/
guix
Archived
1
0
Fork 0

gnu: Add python-fontparts.

* gnu/packages/fontutils.scm (python-fontparts): New variable.
master
Maxim Cournoyer 2022-04-05 00:10:16 -04:00
parent 0ce611f563
commit e3d1e821f9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 10 additions and 0 deletions

View File

@ -219,6 +219,16 @@ Interface} for interacting with the parts of fonts during the font development
process. FontParts is the successor of RoboFab.") process. FontParts is the successor of RoboFab.")
(license license:expat)))) (license license:expat))))
(define-public python-fontparts
(package/inherit python-fontparts-bootstrap
(name "python-fontparts")
(propagated-inputs
(modify-inputs (package-propagated-inputs python-fontparts-bootstrap)
(replace "python-defcon-bootstrap" python-defcon)))
(properties
(alist-delete 'hidden?
(package-properties python-fontparts-bootstrap)))))
(define-public python-opentype-sanitizer (define-public python-opentype-sanitizer
(package (package
(name "python-opentype-sanitizer") (name "python-opentype-sanitizer")