diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-16 23:30:57 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-28 23:21:04 +0000 |
commit | 7ab2ae0ee7d24a8efcafcff958758800fcaa7410 (patch) | |
tree | 920a1a16b99dd347312d67f55f3dbf578503845e /gnu/packages/file-systems.scm | |
parent | f7ca047b6dd6f7d43a927f1b189be7a3a4e04581 (diff) |
gnu: go-github-com-aperturerobotics-jacobsa-crypto: Move to (gnu packages golang-crypto).
* gnu/packages/golang.scm (go-github-com-aperturerobotics-jacobsa-crypto):
Move from here ...
* gnu/packages/golang-crypto.scm: ... to here.
* gnu/packages/file-systems.scm: Add (gnu packages golang-crypto) to
used modules.
Change-Id: I9562a3a3054b7d361758c5e5984891970f191ada
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r-- | gnu/packages/file-systems.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 8cac1eae9c..4a0976ad84 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -72,6 +72,7 @@ #:use-module (gnu packages gnupg) #:use-module (gnu packages golang) #:use-module (gnu packages golang-check) + #:use-module (gnu packages golang-crypto) #:use-module (gnu packages guile) #:use-module (gnu packages jemalloc) #:use-module (gnu packages kerberos) |