mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fontforge: Add python-setuptools native-input.
* gnu/packages/fontutils.scm (fontforge)[native-inputs]: Add python-setuptools, necessary as the distutils module has been removed from python itself. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
9e144f00bf
commit
8247e0408d
@@ -1803,7 +1803,8 @@ definitions.")
|
||||
(base32 "1y30bk9rdya8bkw4q77y6nq5xfg7nm0qliz5miqdlk8c0r6fr0na"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(list pkg-config
|
||||
python-setuptools))
|
||||
(inputs
|
||||
(list cairo
|
||||
bash-minimal
|
||||
|
||||
Reference in New Issue
Block a user