me
/
guix
Archived
1
0
Fork 0

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
Hilton Chain 2023-12-22 21:07:03 +08:00
parent c3b9910198
commit b005a6f1d9
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ supported devices, as well as input/output file format support.")
(native-inputs (native-inputs
(list pkg-config (list pkg-config
python python
glad glad-0.1
stb-image stb-image
utf8-h)) utf8-h))
(inputs (inputs

View File

@ -189,7 +189,7 @@ rendering modes are: Bitmaps, Anti-aliased pixmaps, Texture maps, Outlines,
Polygon meshes, and Extruded polygon meshes.") Polygon meshes, and Extruded polygon meshes.")
(license license:x11))) (license license:x11)))
(define-public glad (define-public glad-0.1
(package (package
(name "glad") (name "glad")
(version "0.1.36") (version "0.1.36")