1
0
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:
Nicolas Graves
2026-01-28 07:28:31 +01:00
committed by Sharlatan Hellseher
parent 9e144f00bf
commit 8247e0408d

View File

@@ -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