mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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)
|
||||
("dbus" ,dbus)
|
||||
("freetype" ,freetype)
|
||||
("libdrm" ,libdrm)
|
||||
("libxcb" ,libxcb)
|
||||
("libxext" ,libxext)
|
||||
("linux-pam" ,linux-pam)
|
||||
|
|
Loading…
Reference in a new issue