diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-06 09:52:59 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-06 13:14:43 +0100 |
commit | 0f652cc404c6c2dffd86b0582bf9bf1fdab8ce38 (patch) | |
tree | cf820a542ea3cfec7e9e60e86f12ca8aa4ee653f /gnu/packages/file-systems.scm | |
parent | d610a77e88a1b329c895563173c1912135309928 (diff) |
gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-sqlite3): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/file-systems.scm: Add (gnu packages golang-xyz) module.
Change-Id: If74972f1d920851a23508a6dc0403e0a84e270f3
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 40f1383a56..8afd853350 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -76,6 +76,7 @@ #:use-module (gnu packages golang-build) #:use-module (gnu packages golang-check) #:use-module (gnu packages golang-crypto) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages guile) #:use-module (gnu packages jemalloc) #:use-module (gnu packages kerberos) |