diff mbox series

[bug#62284,56/70] gnu: Add go-mau-fi-libsignal-util-keyhelper.

Message ID feef2fe1da7dbb58a45f8c84aaf5c0f8ce3017c3.1679268196.git.contact@conses.eu
State New
Headers show
Series gnu: Add mautrix-whatsapp. | expand

Commit Message

Miguel Ángel Moreno March 19, 2023, 11:49 p.m. UTC
* gnu/packages/golang.scm (go-mau-fi-libsignal-keyhelper): New variable.
---
 gnu/packages/golang.scm | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b42788e964..eed34a4464 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12435,6 +12435,9 @@  (define-public go-mau-fi-libsignal-state-store
 (define-public go-mau-fi-libsignal-util-bytehelper
   (go-mau-fi-libsignal-package "util-bytehelper"))
 
+(define-public go-mau-fi-libsignal-util-keyhelper
+  (go-mau-fi-libsignal-package "util-keyhelper"))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar