mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
correcting caddy-dirty
This commit is contained in:
parent
a72c9f391f
commit
f472bdf592
1 changed files with 2 additions and 7 deletions
|
@ -22,8 +22,8 @@
|
||||||
(version "2.8.4")
|
(version "2.8.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_freebsd_amd64.tar.gz"))
|
(uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256 (base32 "0wqppxia2zpzh7n8x58wzrvr3myznmyq890h90ddndym30qdj83w"))))
|
(sha256 (base32 "1j286xfxcrzvgn4k02nnq7n45wdsyz5c0phw6y7gi30kain31s57"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||||
|
@ -32,7 +32,6 @@
|
||||||
(home-page "https://github.com/caddyserver/caddy")
|
(home-page "https://github.com/caddyserver/caddy")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
||||||
(define-public go-github-com-akavel-rsrc
|
(define-public go-github-com-akavel-rsrc
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-akavel-rsrc")
|
(name "go-github-com-akavel-rsrc")
|
||||||
|
@ -107,7 +106,3 @@ Information and an optional icon.")
|
||||||
"This command line tool and associated Go package makes it easy to make custom
|
"This command line tool and associated Go package makes it easy to make custom
|
||||||
builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
|
builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public xcaddy go-github-com-caddyserver-xcaddy)
|
|
||||||
|
|
||||||
xcaddy
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue