guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2daa235cf728abffe5235c2c578af0923021c37b
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sat Mar 7 22:07:50 2026 +0100
gnu: packages: Remove rust-web-view-0.7.3.82d7cbc, again.
This is a follow-up to commit
1883063bcf64bbd2f3a7148715d2669ca0bb47d4
gnu: Add rust-glycin-3.
which inadvertently brought it back.
* gnu/packages/rust-sources.scm (rust-codex-0.0.0.785c0c43): Remove.
Change-Id: I80d3431639b5a84393a25b91e78ff9caba56645e
---
gnu/packages/rust-sources.scm | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/gnu/packages/rust-sources.scm b/gnu/packages/rust-sources.scm
index 1c87eacb0e..ffdff80189 100644
--- a/gnu/packages/rust-sources.scm
+++ b/gnu/packages/rust-sources.scm
@@ -677,35 +677,6 @@ intelligence.")
(inputs (cons oniguruma
(cargo-inputs 'rust-syntect-5.3))))))
-(define-public rust-web-view-0.7.3.82d7cbc
- (let ((commit "82d7cbce6228b1a964673cc0f22944ad808eab42")
- (revision "0"))
- (hidden-package
- (package
- (name "rust-web-view")
- (version (git-version "0.7.3" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Boscop/web-view")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1cl65wabbx9cd97qdmbq22d4whqrdsfykm8pbafh67srqjj1qlvr"))))
- (build-system cargo-build-system)
- (arguments
- (list #:skip-build? #t
- #:cargo-package-crates ''("webview-sys" "web-view")))
- (inputs (cargo-inputs 'rust-web-view-0.7.3.82d7cbc))
- (home-page "https://github.com/Boscop/web-view")
- (synopsis "Rust bindings for webview.")
- (description
- "This library provides a Rust binding to the original implementation of
-webview, a tiny cross-platform library to render web-based GUIs as desktop
-applications.")
- (license license:expat)))))
-
(define-public rust-codex-0.0.0.785c0c43
(let ((commit "785c0c43df941e6997ff3a9e8a9dd48da2661f20")
(revision "0"))