guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: efl: Add python to native inputs.


From: guix-commits
Subject: branch master updated: gnu: efl: Add python to native inputs.
Date: Mon, 17 Jan 2022 14:55:53 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e43b27d5bc gnu: efl: Add python to native inputs.
e43b27d5bc is described below

commit e43b27d5bcd813926ae6c61402db10f036eb75d8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 17 14:49:38 2022 -0500

    gnu: efl: Add python to native inputs.
    
    * gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
---
 gnu/packages/enlightenment.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index bde4f79ba1..57096b979a 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -83,7 +83,8 @@
     (native-inputs
      `(("check" ,check)
        ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("python" ,python)))
     (inputs
      `(("curl" ,curl)
        ("giflib" ,giflib)



reply via email to

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