mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-22 02:05:25 +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
|
||||
(string-append #$output "/bin")))))))))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(native-inputs (list patchelf))
|
||||
(native-inputs (list patchelf-0.16))
|
||||
(inputs (list dbus `(,gcc "lib") glibc nspr nss))
|
||||
(home-page "https://1.1.1.1/")
|
||||
(synopsis "Cloudflare WARP client")
|
||||
|
Loading…
Reference in New Issue
Block a user