1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: stb: Make public.

* gnu/packages/stb.scm (stb): Make publically-accessible.

This allows packages to use the whole stb as a dependency.

Change-Id: I8f37ea6ee975a071ef1c9b402392ce74cb8f87b9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Andrew Wong
2025-12-07 20:57:51 -05:00
committed by Liliana Marie Prikler
parent eb7fc96c91
commit bc84aaa882

View File

@@ -26,7 +26,7 @@
#:use-module (guix build-system trivial) #:use-module (guix build-system trivial)
#:use-module ((guix licenses) #:select (expat public-domain))) #:use-module ((guix licenses) #:select (expat public-domain)))
(define stb (define-public stb
;; stb is a collection of libraries developed within the same repository. ;; stb is a collection of libraries developed within the same repository.
;; When updating this, remember to change versions below as appropriate. ;; When updating this, remember to change versions below as appropriate.
(let ((commit "2e2bef463a5b53ddf8bb788e25da6b8506314c08") (let ((commit "2e2bef463a5b53ddf8bb788e25da6b8506314c08")