diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2021-04-04 20:09:39 +0800 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:28 -0400 |
commit | 2af93a941f920c8249a462cbe76cb1a4a42efb6c (patch) | |
tree | 667987c6d48b5aa7beb980dc0c3af89202b964c7 | |
parent | 014aaf8dadbe76e21b302fc8cf978bb976267f07 (diff) | |
download | guix-2af93a941f920c8249a462cbe76cb1a4a42efb6c.tar.gz |
gnu: libepoxy: Propagate mesa.
* gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
-rw-r--r-- | gnu/packages/gl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index f6b9232e0a..77eb8f53b2 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -708,7 +708,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") |