From bc84aaa882237d9298d2510a047062f900138aa0 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Sun, 7 Dec 2025 20:57:51 -0500 Subject: [PATCH] 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 --- 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 f3be6a56ec4e7a792b13b96c9ac7c80309623d70..f7fbbb46537aaa9fc81a8b3bc33280efe1eb64a0 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")