me
/
guix
Archived
1
0
Fork 0

gnu: libepoxy: Propagate mesa.

* gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
master
宋文武 2021-04-04 20:09:39 +08:00
parent 7d6f10b729
commit 70c0eb9e04
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 1 deletions

View File

@ -682,7 +682,8 @@ OpenGL graphics API.")
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python)))
(inputs
(propagated-inputs
;; epoxy.pc: 'Requires.private: gl egl'
`(("mesa" ,mesa)))
(home-page "https://github.com/anholt/libepoxy/")
(synopsis "A library for handling OpenGL function pointer management")