diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-02-10 12:42:10 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-21 10:14:49 +0100 |
| commit | 347c97b0ad3aa5a6f13a8f09bb50c7362f5ab306 (patch) | |
| tree | b4aecd5ed4aa2d05c3e16fc533e084e21baf02ca /gnu/packages/rust-sources.scm | |
| parent | 874b1f34b7e03e275b59b21e8aaad2ad22a676bb (diff) | |
gnu: Remove rust-web-view-0.7.3.82d7cbc.
* gnu/packages/rust-sources.scm (rust-web-view-0.7.3.82d7cbc): Remove
variable.
* gnu/packages/rust-crates.scm (rust-web-view-0.7.3,
rust-webview-sys-0.6.2): New variables.
(lookup-cargo-inputs): Update alfis inputs. Remove
rust-web-view-0.7.3.82d7cbc.
Change-Id: Ief5140682197a1a406aa6b386ef28fba5a0be95e
Diffstat (limited to 'gnu/packages/rust-sources.scm')
| -rw-r--r-- | gnu/packages/rust-sources.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/rust-sources.scm b/gnu/packages/rust-sources.scm index d9b64d79284..378ac797d1b 100644 --- a/gnu/packages/rust-sources.scm +++ b/gnu/packages/rust-sources.scm | |||
| @@ -673,34 +673,6 @@ intelligence.") | |||
| 673 | (inputs (cons oniguruma | 673 | (inputs (cons oniguruma |
| 674 | (cargo-inputs 'rust-syntect-5.3)))))) | 674 | (cargo-inputs 'rust-syntect-5.3)))))) |
| 675 | 675 | ||
| 676 | (define-public rust-web-view-0.7.3.82d7cbc | ||
| 677 | (let ((commit "82d7cbce6228b1a964673cc0f22944ad808eab42") | ||
| 678 | (revision "0")) | ||
| 679 | (hidden-package | ||
| 680 | (package | ||
| 681 | (name "rust-web-view") | ||
| 682 | (version (git-version "0.7.3" revision commit)) | ||
| 683 | (source (origin | ||
| 684 | (method git-fetch) | ||
| 685 | (uri (git-reference | ||
| 686 | (url "https://github.com/Boscop/web-view") | ||
| 687 | (commit commit))) | ||
| 688 | (file-name (git-file-name name version)) | ||
| 689 | (sha256 | ||
| 690 | (base32 | ||
| 691 | "1cl65wabbx9cd97qdmbq22d4whqrdsfykm8pbafh67srqjj1qlvr")))) | ||
| 692 | (build-system cargo-build-system) | ||
| 693 | (arguments | ||
| 694 | (list #:skip-build? #t | ||
| 695 | #:cargo-package-crates ''("webview-sys" "web-view"))) | ||
| 696 | (inputs (cargo-inputs 'rust-web-view-0.7.3.82d7cbc)) | ||
| 697 | (home-page "https://github.com/Boscop/web-view") | ||
| 698 | (synopsis "Rust bindings for webview.") | ||
| 699 | (description | ||
| 700 | "This library provides a Rust binding to the original implementation of | ||
| 701 | webview, a tiny cross-platform library to render web-based GUIs as desktop | ||
| 702 | applications.") | ||
| 703 | (license license:expat))))) | ||
| 704 | (define-public rust-codex-0.0.0.785c0c43 | 676 | (define-public rust-codex-0.0.0.785c0c43 |
| 705 | (let ((commit "785c0c43df941e6997ff3a9e8a9dd48da2661f20") | 677 | (let ((commit "785c0c43df941e6997ff3a9e8a9dd48da2661f20") |
| 706 | (revision "0")) | 678 | (revision "0")) |
