mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: xf86-video-intel: Swap input libdrm with mesa.
* gnu/packages/xorg.scm (xf86-video-intel): Drop input libdrm, add input mesa.
This commit is contained in:
parent
15a6d433ff
commit
0fa22d5a7c
1 changed files with 1 additions and 1 deletions
|
@ -2670,7 +2670,7 @@ (define-public xf86-video-intel
|
|||
(base32
|
||||
"1g742szymajh88a5dw08sxcr45bmxgc4w3m6hddv9qscn5hks4rj"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("libdrm" ,libdrm)
|
||||
(inputs `(("mesa" ,mesa)
|
||||
("libx11" ,libx11)
|
||||
("xorg-server" ,xorg-server)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue