guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: enlightenment: Add missing inpu


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: enlightenment: Add missing input.
Date: Thu, 18 Nov 2021 11:59:14 -0500

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

glv 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 28b92ac  gnu: enlightenment: Add missing input.
28b92ac is described below

commit 28b92acf6b180f186dddd29fec630d9c140458d1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Nov 18 17:58:13 2021 +0100

    gnu: enlightenment: Add missing input.
    
    * gnu/packages/enlightenment.scm (enlightenment)[inputs]: Addd libdrm.
---
 gnu/packages/enlightenment.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 7ebf4c3..d8ae6ad 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -362,6 +362,7 @@ Libraries with some extra bells and whistles.")
        ("bluez" ,bluez)
        ("dbus" ,dbus)
        ("freetype" ,freetype)
+       ("libdrm" ,libdrm)
        ("libxcb" ,libxcb)
        ("libxext" ,libxext)
        ("linux-pam" ,linux-pam)



reply via email to

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