mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: enlightenment: Add missing input.
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Addd libdrm.
This commit is contained in:
parent
61576d5927
commit
28b92acf6b
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ (define-public enlightenment
|
||||||
("bluez" ,bluez)
|
("bluez" ,bluez)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
("libdrm" ,libdrm)
|
||||||
("libxcb" ,libxcb)
|
("libxcb" ,libxcb)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
|
|
Loading…
Reference in a new issue