summaryrefslogtreecommitdiff
path: root/gnu/packages/rust-apps.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-05-24 11:15:07 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-05-24 11:55:47 +0300
commit69cff94d3c066ed0f2bade990e862e861e6f460d (patch)
tree5fa9f66a4cee05344e8477e2bc3cf5cc64e78249 /gnu/packages/rust-apps.scm
parentb4a3239595a844221ff0f0bb7fb6c73d983b96aa (diff)
gnu: Remove bwt.
Closes guix/guix#8044. * gnu/packages/rust-apps.scm (bwt): Remove variable. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[bwt]: Remove entry. Change-Id: Ia775db07e770b53ae4953e6d49cc0507cafc27b8
Diffstat (limited to 'gnu/packages/rust-apps.scm')
-rw-r--r--gnu/packages/rust-apps.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 93924c465e3..462e42ed31f 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -552,28 +552,6 @@ paging.")
552the terminal.") 552the terminal.")
553 (license license:expat))) 553 (license license:expat)))
554 554
555(define-public bwt
556 (package
557 (name "bwt")
558 (version "0.2.4")
559 (source
560 (origin
561 (method git-fetch)
562 ;; Use git as the crate-uri is missing the readme file.
563 (uri (git-reference
564 (url "https://github.com/bwt-dev/bwt")
565 (commit (string-append "v" version))))
566 (file-name (git-file-name name version))
567 (sha256
568 (base32 "1rrxwibl8n1br2xq3g7c7nvi5zv8pkz3wdp9dxyvxwkf43bnldsd"))))
569 (build-system cargo-build-system)
570 (inputs (cargo-inputs 'bwt))
571 (home-page "https://github.com/bwt-dev/bwt")
572 (synopsis "Lightweight wallet tracker and query engine for Bitcoin")
573 (description
574 "This package provides a lightweight wallet tracker and query engine for Bitcoin.")
575 (license license:expat)))
576
577(define-public bzmenu 555(define-public bzmenu
578 (package 556 (package
579 (name "bzmenu") 557 (name "bzmenu")