guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bc84aaa882237d9298d2510a047062f900138aa0
Author: Andrew Wong <[email protected]>
AuthorDate: Sun Dec 7 20:57:51 2025 -0500

    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 <[email protected]>
---
 gnu/packages/stb.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to