guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

49/142: gnu: pangomm: Add python to native inputs.


From: guix-commits
Subject: 49/142: gnu: pangomm: Add python to native inputs.
Date: Mon, 10 Jan 2022 13:07:20 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 5c3d2db4fdb498b67858d96ab215d39a07289074
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 23:19:47 2021 -0500

    gnu: pangomm: Add python to native inputs.
    
    Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
    propagates Python.
    
    * gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
---
 gnu/packages/gtk.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]