diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-24 21:59:14 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:18:14 +0200 |
commit | b7741fab9ec9a87226498338463d9a12eb4ed3fc (patch) | |
tree | 6ee31aba35be027aa4e210f703e29c5a04719bac /gnu/packages/patches | |
parent | 438762e5b0fb0966e2a3bd06e5e4bf9bca8549dc (diff) |
gnu: rust-webbrowser-0.8: Update to 0.8.15.
* gnu/packages/crates-io.scm (rust-webbrowser-0.8): Update to 0.8.15.
[source]: Remove patch.
[arguments]: Don't skip the build. Add cargo-test-flags.
[cargo-inputs]: Add rust-core-foundation-0.9, rust-home-0.5,
rust-jni-0.21, rust-ndk-context-0.1, rust-objc-0.2,
rust-raw-window-handle-0.5.
[cargo-development-inputs]: Add rust-actix-files-0.6, rust-actix-web-4,
rust-crossbeam-channel-0.5, rust-env-logger-0.9, rust-ndk-glue-0.5,
rust-rand-0.8, rust-serial-test-0.10, rust-tokio-1, rust-urlencoding-2.
[native-inputs]: Add pkg-config.
[inputs]: Add zstd:lib.
* gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch:
Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: Ib585361789c2615654ddeaab88aadcab702ac6c0
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch b/gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch deleted file mode 100644 index 9fea1e1665..0000000000 --- a/gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- Cargo.toml 2023-05-07 13:39:13.029066693 +0100 -+++ Cargo.toml 2023-05-07 13:39:22.545138206 +0100 -@@ -67,21 +67,3 @@ - [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] - version = "0.3" - features = ["Window"] -- --[target."cfg(target_os = \"android\")".dependencies.jni] --version = "0.21" -- --[target."cfg(target_os = \"android\")".dependencies.ndk-context] --version = "0.1" -- --[target."cfg(target_os = \"android\")".dev-dependencies.ndk-glue] --version = ">= 0.3, <= 0.7" -- --[target."cfg(target_os = \"ios\")".dependencies.objc] --version = "0.2.7" -- --[target."cfg(target_os = \"ios\")".dependencies.raw-window-handle] --version = "0.5.0" -- --[target."cfg(target_os = \"macos\")".dependencies.core-foundation] --version = "0.9" |