mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-14 14:55:27 +00:00
rosenthal: cloudflare-warp-bin: Update to 2024.6.497.
* rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to 2024.6.497. [inputs]: Add nspr, nss. [arguments]<#:phases>: Patch their paths in.
This commit is contained in:
parent
277ddb85fa
commit
2315a3cd5f
@ -13,7 +13,8 @@
|
|||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages elf)
|
#:use-module (gnu packages elf)
|
||||||
#:use-module (gnu packages gcc)
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (gnu packages glib))
|
#:use-module (gnu packages glib)
|
||||||
|
#:use-module (gnu packages nss))
|
||||||
|
|
||||||
(define license
|
(define license
|
||||||
(@@ (guix licenses) license))
|
(@@ (guix licenses) license))
|
||||||
@ -84,7 +85,7 @@ protocols out-of-the-box.")
|
|||||||
(define-public cloudflare-warp-bin
|
(define-public cloudflare-warp-bin
|
||||||
(package
|
(package
|
||||||
(name "cloudflare-warp-bin")
|
(name "cloudflare-warp-bin")
|
||||||
(version "2023.10.120")
|
(version "2024.6.497")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pkg.cloudflareclient.com"
|
(uri (string-append "https://pkg.cloudflareclient.com"
|
||||||
@ -92,7 +93,7 @@ protocols out-of-the-box.")
|
|||||||
"cloudflare-warp_" version "-1_amd64.deb"))
|
"cloudflare-warp_" version "-1_amd64.deb"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"138c0yqp2d2cw89jsbfcii0r1fz0ll8wyf7kqs4pi5hb0mffwz05"))))
|
"1ry62ck61gn4bxnkih3775pdlndp2ldxwifbjkxbj3wfd4f67xiv"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
@ -117,7 +118,11 @@ protocols out-of-the-box.")
|
|||||||
(string-append
|
(string-append
|
||||||
#$(this-package-input "dbus") "/lib")
|
#$(this-package-input "dbus") "/lib")
|
||||||
(string-append
|
(string-append
|
||||||
#$(this-package-input "glibc") "/lib"))
|
#$(this-package-input "glibc") "/lib")
|
||||||
|
(string-append
|
||||||
|
#$(this-package-input "nspr") "/lib")
|
||||||
|
(string-append
|
||||||
|
#$(this-package-input "nss") "/lib/nss"))
|
||||||
":")))
|
":")))
|
||||||
(define (patch-elf file)
|
(define (patch-elf file)
|
||||||
(format #t "Patching ~a ..." file)
|
(format #t "Patching ~a ..." file)
|
||||||
@ -131,7 +136,7 @@ protocols out-of-the-box.")
|
|||||||
(string-append #$output "/bin")))))))))
|
(string-append #$output "/bin")))))))))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(native-inputs (list patchelf))
|
(native-inputs (list patchelf))
|
||||||
(inputs (list dbus `(,gcc "lib") glibc))
|
(inputs (list dbus `(,gcc "lib") glibc nspr nss))
|
||||||
(home-page "https://1.1.1.1/")
|
(home-page "https://1.1.1.1/")
|
||||||
(synopsis "Cloudflare WARP client")
|
(synopsis "Cloudflare WARP client")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user