1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: telepathy-glib: Replace python-2 with python-minimal-wrapper.

* gnu/packages/glib.scm (telepathy-glib) [native-inputs]: Replace python-2
with python-minimal-wrapper.

Change-Id: I79da0953fae50399fc22edb97b0029b1eba099cb
This commit is contained in:
Maxim Cournoyer
2025-05-27 15:33:15 +09:00
parent ff4254cdd8
commit a36c40a5eb

View File

@@ -1181,7 +1181,7 @@ libraries. Examples include gtk+, webkit, libsoup and many more.")
`(("glib" ,glib "bin") ; uses glib-mkenums
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("python" ,python-2)
("python" ,python-minimal-wrapper)
("vala" ,vala)
("xsltproc" ,libxslt)))
(propagated-inputs