diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-18 23:19:47 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:37 -0500 |
commit | 5c3d2db4fdb498b67858d96ab215d39a07289074 (patch) | |
tree | cddb6037a556e313935bc3523121374c2d84c4cc | |
parent | e25772628d76771a920a44aec6220509724418dc (diff) |
gnu: pangomm: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
-rw-r--r-- | gnu/packages/gtk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index d1d5b56c91..77b348d18d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1630,6 +1630,7 @@ library.") ("mm-common" ,mm-common) ("perl" ,perl) ("pkg-config" ,pkg-config) + ("python" ,python) ("xsltproc" ,libxslt))) (propagated-inputs (list cairo cairomm glibmm pango)) |