mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
backporting missing dependency for netbird native client (wip)
This commit is contained in:
parent
edd4baede6
commit
0b0165cade
1 changed files with 61 additions and 36 deletions
|
@ -35,11 +35,11 @@
|
||||||
`(#:install-plan `(("netbird" "/bin/"))))
|
`(#:install-plan `(("netbird" "/bin/"))))
|
||||||
(propagated-inputs (list openresolv iptables nftables ebtables le-certs nss-certs))
|
(propagated-inputs (list openresolv iptables nftables ebtables le-certs nss-certs))
|
||||||
(synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
|
(synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
|
||||||
Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.
|
Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.
|
||||||
Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.")
|
Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.")
|
||||||
(description "netbird client cli program. dirty version from github artifacts.")
|
(description "netbird client cli program. dirty version from github artifacts.")
|
||||||
(home-page "https://github.com/netbirdio/netbird")
|
(home-page "https://github.com/netbirdio/netbird")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-netbird-cli
|
(define-public go-netbird-cli
|
||||||
(package
|
(package
|
||||||
|
@ -54,38 +54,38 @@ Secure. NetBird enables secure remote access by applying granular access policie
|
||||||
(sha256 (base32 "0hgshjvy6499nfb98pga71c16f6gpnhc1m7h07nrvqlsb4hj4ykv"))))
|
(sha256 (base32 "0hgshjvy6499nfb98pga71c16f6gpnhc1m7h07nrvqlsb4hj4ykv"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs (list go-github-com-cenkalti-backoff-v4
|
(native-inputs (list go-github-com-cenkalti-backoff-v4
|
||||||
go-github-com-ayufan-golang-kardianos-service
|
go-github-com-ayufan-golang-kardianos-service
|
||||||
go-github-com-google-uuid
|
go-github-com-google-uuid
|
||||||
go-github-com-pion-ice-v3
|
go-github-com-pion-ice-v3
|
||||||
go-github-com-pion-logging
|
go-github-com-pion-logging
|
||||||
go-github-com-pion-stun-v2
|
go-github-com-pion-stun-v2
|
||||||
go-github-com-pion-transport-v3
|
go-github-com-pion-transport-v3
|
||||||
go-github-com-sirupsen-logrus
|
go-github-com-sirupsen-logrus
|
||||||
go-golang-zx2c4-com-wireguard
|
go-golang-zx2c4-com-wireguard
|
||||||
go-github-com-google-gopacket
|
go-github-com-google-gopacket
|
||||||
go-github-com-libp2p-go-netroute
|
go-github-com-libp2p-go-netroute
|
||||||
go-github-com-mdlayher-socket
|
go-github-com-mdlayher-socket
|
||||||
go-github-com-hashicorp-go-multierror
|
go-github-com-hashicorp-go-multierror
|
||||||
go-github-com-godbus-dbus-v5
|
go-github-com-godbus-dbus-v5
|
||||||
go-github-com-vishvananda-netlink
|
go-github-com-vishvananda-netlink
|
||||||
go-gopkg-in-natefinch-lumberjack.v2
|
go-gopkg-in-natefinch-lumberjack.v2
|
||||||
go-google-golang-org-protobuf
|
go-google-golang-org-protobuf
|
||||||
go-github-com-spf13-pflag
|
go-github-com-spf13-pflag
|
||||||
go-github-com-spf13-cobra
|
go-github-com-spf13-cobra
|
||||||
go-github-com-skratchdot-open-golang
|
go-github-com-skratchdot-open-golang
|
||||||
go-golang-org-x-oauth2
|
go-golang-org-x-oauth2
|
||||||
go-github-com-miekg-dns
|
go-github-com-miekg-dns
|
||||||
go-github-com-hashicorp-go-version
|
go-github-com-hashicorp-go-version
|
||||||
go-github-com-fsnotify-fsnotify
|
go-github-com-fsnotify-fsnotify
|
||||||
))
|
))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/netbirdio/netbird"
|
`(#:import-path "github.com/netbirdio/netbird"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "go" "build" "-C" "src/github.com/netbirdio/netbird/client")
|
(invoke "go" "build" "-C" "src/github.com/netbirdio/netbird/client")
|
||||||
)))))
|
)))))
|
||||||
(synopsis "")
|
(synopsis "")
|
||||||
(description "")
|
(description "")
|
||||||
(home-page "")
|
(home-page "")
|
||||||
|
@ -107,8 +107,33 @@ Secure. NetBird enables secure remote access by applying granular access policie
|
||||||
#:patchelf-plan `(("netbird-ui" ("libx11" "libglvnd")))
|
#:patchelf-plan `(("netbird-ui" ("libx11" "libglvnd")))
|
||||||
#:strip-binaries? #f))
|
#:strip-binaries? #f))
|
||||||
(synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
|
(synopsis "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
|
||||||
Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.
|
Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.
|
||||||
Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.")
|
Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure.")
|
||||||
(description "netbird client ui program. dirty version from github artifacts.")
|
(description "netbird client ui program. dirty version from github artifacts.")
|
||||||
(home-page "https://github.com/netbirdio/netbird")
|
(home-page "https://github.com/netbirdio/netbird")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public go-gopkg-in-natefinch-lumberjack.v2
|
||||||
|
(package
|
||||||
|
(name "go-gopkg-in-natefinch-lumberjack.v2")
|
||||||
|
(version "2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/natefinch/lumberjack")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256 (base32 "1l3vlv72b7rfkpy1164kwd3qzrqmmjnb67akzxqp2mlvc66k6p3d"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "gopkg.in/natefinch/lumberjack.v2"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-burntsushi-toml
|
||||||
|
go-gopkg-in-yaml-v2))
|
||||||
|
(home-page "https://github.com/natefinch/lumberjack")
|
||||||
|
(synopsis "Rolling logger for Go")
|
||||||
|
(description "Lumberjack is a Go package for writing logs to rolling files.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue