mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 01:31:47 +02:00
adding sssd to gshare
This commit is contained in:
parent
bca956c375
commit
3eb4deac20
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#:use-module (gnu packages golang-build)
|
||||
#:use-module (gnu packages golang-check)
|
||||
#:use-module (gnu packages golang-xyz)
|
||||
#:use-module (gnu packages sssd)
|
||||
)
|
||||
|
||||
(define-public go-github-com-fatih-color-1.9.0
|
||||
|
@ -302,7 +303,8 @@
|
|||
go-github-com-studio-b12-gowebdav
|
||||
go-gopkg-in-yaml-v3
|
||||
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")
|
||||
(synopsis "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