mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10: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:
committed by
Liliana Marie Prikler
parent
eb7fc96c91
commit
bc84aaa882
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user