guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: efl: Add missing input.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: efl: Add missing input.
Date: Wed, 17 Nov 2021 02:05:30 -0500

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

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 105b368  gnu: efl: Add missing input.
105b368 is described below

commit 105b3689d2bcc87f721da7342e45aed0d69c9ed1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 17 09:03:35 2021 +0200

    gnu: efl: Add missing input.
    
    * gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Add libunwind.
---
 gnu/packages/enlightenment.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 2fe6437..8c7da4a 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -50,6 +50,7 @@
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages ibus)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages libunwind)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages lua)
@@ -127,6 +128,7 @@
        ("libjpeg" ,libjpeg-turbo)
        ("libsndfile" ,libsndfile)
        ("libpng" ,libpng)
+       ("libunwind" ,libunwind)
        ("libx11" ,libx11)
        ("libxkbcommon" ,libxkbcommon)
        ("luajit" ,luajit)



reply via email to

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