mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 09:41:48 +02:00
adding sssd to gshare
This commit is contained in:
commit
eb6e0a61ae
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
#:use-module (gnu packages golang-build)
|
#:use-module (gnu packages golang-build)
|
||||||
#:use-module (gnu packages golang-check)
|
#:use-module (gnu packages golang-check)
|
||||||
#:use-module (gnu packages golang-xyz)
|
#:use-module (gnu packages golang-xyz)
|
||||||
|
#:use-module (gnu packages sssd)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public go-github-com-fatih-color-1.9.0
|
(define-public go-github-com-fatih-color-1.9.0
|
||||||
|
@ -302,7 +303,8 @@
|
||||||
go-github-com-studio-b12-gowebdav
|
go-github-com-studio-b12-gowebdav
|
||||||
go-gopkg-in-yaml-v3
|
go-gopkg-in-yaml-v3
|
||||||
go-github-com-alexflint-go-scalar
|
go-github-com-alexflint-go-scalar
|
||||||
go-golang-org-x-sys))
|
go-golang-org-x-sys
|
||||||
|
sssd))
|
||||||
(home-page "https://forgejo.glicid.fr/GLiCID/gshare.git")
|
(home-page "https://forgejo.glicid.fr/GLiCID/gshare.git")
|
||||||
(synopsis "gshare is a basic client for nextcloud webdav in go")
|
(synopsis "gshare is a basic client for nextcloud webdav in go")
|
||||||
(description "gshare is a basic client for nextcloud webdav in go")
|
(description "gshare is a basic client for nextcloud webdav in go")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue