gnu: enlightenment: Add missing input.

* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Addd libdrm.
This commit is contained in:
Guillaume Le Vaillant 2021-11-18 17:58:13 +01:00
parent 61576d5927
commit 28b92acf6b
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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)