diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 15:33:15 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 15:33:15 +0900 |
commit | a36c40a5eb5983f879274c525e7914002777cd84 (patch) | |
tree | 13ed755bb7e925c90f21831c73a5e5c32059ffaf | |
parent | ff4254cdd853704ad15707ad892b6a6a8bfba715 (diff) |
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
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index cfe0fb89d2..e5a02f6998 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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 |