mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-08-20 13:29:10 +00:00
rosenthal: cloudflare-warp-bin: Use patchelf 0.16.
* rosenthal/packages/binaries.scm (cloudflare-warp-bin) [native-inputs]: Replace patchelf with its 0.16 version.
This commit is contained in:
parent
1deb97ada4
commit
64f925e075
@ -135,7 +135,7 @@ protocols out-of-the-box.")
|
|||||||
(find-files
|
(find-files
|
||||||
(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-0.16))
|
||||||
(inputs (list dbus `(,gcc "lib") glibc nspr nss))
|
(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")
|
||||||
|
Loading…
Reference in New Issue
Block a user