mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: glad: Rename to glad-0.1.
* gnu/packages/gl.scm (glad): Rename variable to... (glad-0.1): ...this. * gnu/packages/electronics.scm (openboardview)[native-inputs]: Adjust accordingly. Change-Id: I5a9068186a899b8ff76feb51fd44f59e71cdb030
This commit is contained in:
parent
c3b9910198
commit
b005a6f1d9
2 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ (define keep (list "." ".." "openboardview"))
|
|||
(native-inputs
|
||||
(list pkg-config
|
||||
python
|
||||
glad
|
||||
glad-0.1
|
||||
stb-image
|
||||
utf8-h))
|
||||
(inputs
|
||||
|
|
|
@ -189,7 +189,7 @@ (define-public ftgl
|
|||
Polygon meshes, and Extruded polygon meshes.")
|
||||
(license license:x11)))
|
||||
|
||||
(define-public glad
|
||||
(define-public glad-0.1
|
||||
(package
|
||||
(name "glad")
|
||||
(version "0.1.36")
|
||||
|
|
Loading…
Reference in a new issue