mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: packages: Remove rust-web-view-0.7.3.82d7cbc, again.
This is a follow-up to commit
1883063bcf
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
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user