From 121df13812e5367124cb8a2d2026df520929b50c Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 9 Feb 2025 13:52:02 -0600 Subject: add rust-webbrowser@0.5 --- unlustig.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/unlustig.scm b/unlustig.scm index e41a6ff..64d5563 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -1287,3 +1287,25 @@ binding to JVM APIs from Rust.") (description "This package provides Criterion's plotting library.") (license (list license:expat license:asl2.0)))) +(define-public rust-webbrowser-0.5 + (package + (name "rust-webbrowser") + (version "0.5.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "webbrowser" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "12hmi768mnpssfh9w61ys75v706jj3pcy4fliqq21dnnj1j1bbgc")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-web-sys" ,rust-web-sys-0.3) + ("rust-widestring" ,rust-widestring-0.4) + ("rust-winapi" ,rust-winapi-0.3)))) + (home-page "https://github.com/amodm/webbrowser-rs") + (synopsis "Open URLs in web browsers available on a platform") + (description + "This package provides Open URLs in web browsers available on a platform.") + (license (list license:expat license:asl2.0)))) + -- cgit v1.2.3