mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: libepoxy: Propagate mesa.
* gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
This commit is contained in:
parent
7d6f10b729
commit
70c0eb9e04
1 changed files with 2 additions and 1 deletions
|
@ -682,7 +682,8 @@ (define-public libepoxy
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
|
;; epoxy.pc: 'Requires.private: gl egl'
|
||||||
`(("mesa" ,mesa)))
|
`(("mesa" ,mesa)))
|
||||||
(home-page "https://github.com/anholt/libepoxy/")
|
(home-page "https://github.com/anholt/libepoxy/")
|
||||||
(synopsis "A library for handling OpenGL function pointer management")
|
(synopsis "A library for handling OpenGL function pointer management")
|
||||||
|
|
Loading…
Reference in a new issue