mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add bzmenu.
* gnu/packages/rust-apps.scm (bzmenu): New variable. * gnu/packages/rust-crates.scm: Add bzmenu source crates. Change-Id: If8a25391a53270e569d11e2d347ac560f68b70d6 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Efraim Flashner
parent
5c33e5e8d0
commit
7f217569ec
@@ -391,6 +391,32 @@ the terminal.")
|
||||
"This package provides a lightweight wallet tracker and query engine for Bitcoin.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public bzmenu
|
||||
(package
|
||||
(name "bzmenu")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/e-tho/bzmenu")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mdfbp69az6i6lb4nlr0ahwz2894qls5v6lbkpqmg8y0szyq5i1v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:install-source? #f))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (cons* dbus (cargo-inputs 'bzmenu)))
|
||||
(home-page "https://github.com/e-tho/bzmenu")
|
||||
(synopsis "Launcher-driven Bluetooth manager")
|
||||
(description
|
||||
"@code{bzmenu} (BlueZ Menu) manages Bluetooth through your launcher of
|
||||
choice. Supported launchers are: dmenu, fuzzel, rofi, walker and custom.")
|
||||
(license license:gpl3)))
|
||||
|
||||
;; Note: It has expat license.
|
||||
;; Note: That is supposedly the (unreleased) version 0.6.3.
|
||||
(define %tinycbor-source
|
||||
|
||||
@@ -2259,6 +2259,10 @@
|
||||
"1mw7bvj3bg5w8vh9xw9xawqh7ixk2xwsxkj34ph96b9b1z6y44p4"
|
||||
#:snippet '(delete-file-recursively "tests")))
|
||||
|
||||
(define rust-bluer-0.17.4
|
||||
(crate-source "bluer" "0.17.4"
|
||||
"00d9n6gx05kr8yr08nyzcpsmay41961sdvmhr2an86b0bhpi2s5g"))
|
||||
|
||||
(define rust-bon-3.7.2
|
||||
(crate-source "bon" "3.7.2"
|
||||
"1yzhhczsfwvc6apl6xm1q00a08bci8kr4n5l3s2bw0kl04qrqln2"))
|
||||
@@ -5295,6 +5299,14 @@
|
||||
(crate-source "curve25519-dalek-derive" "0.1.1"
|
||||
"1cry71xxrr0mcy5my3fb502cwfxy6822k4pm19cwrilrg7hq4s7l"))
|
||||
|
||||
(define rust-custom-debug-0.6.2
|
||||
(crate-source "custom_debug" "0.6.2"
|
||||
"13i9cldd9glg8k25z5ll5wb083rnl07pl7bzhwgf3cv7jnnx39rd"))
|
||||
|
||||
(define rust-custom-debug-derive-0.6.2
|
||||
(crate-source "custom_debug_derive" "0.6.2"
|
||||
"04cw7wqf42rjnah5b79vpwawh94m5rjjbrrb9xicgxjjhvdcw1x7"))
|
||||
|
||||
(define rust-custom-derive-0.1.7
|
||||
(crate-source "custom_derive" "0.1.7"
|
||||
"1f81bavw1wnykwh21hh4yyzigs6zl6f6pkk9p3car8kq95yfb2pg"))
|
||||
@@ -5628,6 +5640,10 @@
|
||||
(crate-source "dbus-crossroads" "0.5.2"
|
||||
"1q3dyywazr3hppm052fa8q2366q66ml789r42jjlnm47f51q6k1s"))
|
||||
|
||||
(define rust-dbus-crossroads-0.5.3
|
||||
(crate-source "dbus-crossroads" "0.5.3"
|
||||
"1s24yk48jkvkkvgplgjrrqvzy365pmz6nv17c1v6dfhz32yz1gv4"))
|
||||
|
||||
(define rust-dbus-secret-service-4.1.0
|
||||
(crate-source "dbus-secret-service" "4.1.0"
|
||||
"19jgbqb841kbzmfgaqnbbhsc5ijck7fzl3zvgqyyb2bqvyg512vh"))
|
||||
@@ -13038,6 +13054,10 @@
|
||||
(crate-source "jiff" "0.2.21"
|
||||
"0h3rypc82v4a8wf1s8jvqdryv5khp520ks0nmd3fjslc05gxdqxk"))
|
||||
|
||||
(define rust-jiff-0.2.23
|
||||
(crate-source "jiff" "0.2.23"
|
||||
"0nc37n7jvgrzxdkcgc2hsfdf70lfagigjalh4igjrm5njvf4cd8s"))
|
||||
|
||||
(define rust-jiff-0.2.5
|
||||
(crate-source "jiff" "0.2.5"
|
||||
"0q3jpq3scznmviiajldyf5xby38zgyvkxbrmgb9hf78r6416f0n1"))
|
||||
@@ -13094,6 +13114,10 @@
|
||||
(crate-source "jiff-static" "0.2.21"
|
||||
"061qz1zyvp8bhvr58r9817hri6s338y8msnb0bg7yg463lhjnz51"))
|
||||
|
||||
(define rust-jiff-static-0.2.23
|
||||
(crate-source "jiff-static" "0.2.23"
|
||||
"192ss3cnixvg79cpa76clwkhn4mmz10vnwsbf7yjw8i484s8p31a"))
|
||||
|
||||
(define rust-jiff-static-0.2.5
|
||||
(crate-source "jiff-static" "0.2.5"
|
||||
"0k1v30mhbgh4zj2r9d7lfqlh5b20b5573cx0a4gip7rlkldf7pac"))
|
||||
@@ -13834,9 +13858,9 @@
|
||||
#:snippet '(delete-file-recursively "vendor")))
|
||||
|
||||
(define rust-libdbus-sys-0.2.7
|
||||
;; TODO REVIEW: Check bundled sources.
|
||||
(crate-source "libdbus-sys" "0.2.7"
|
||||
"0hzhq0dz6lfzmhsym9m95cfhjzrwq74qdg85xkpg2012sj4lg31j"))
|
||||
"0hzhq0dz6lfzmhsym9m95cfhjzrwq74qdg85xkpg2012sj4lg31j"
|
||||
#:snippet '(delete-file-recursively "vendor")))
|
||||
|
||||
(define rust-libdeflate-sys-1.19.3
|
||||
(crate-source "libdeflate-sys" "1.19.3"
|
||||
@@ -15053,6 +15077,10 @@
|
||||
(crate-source "mac_address" "1.1.8"
|
||||
"00r3n18mxglq1dzshnm0vxk1fgsp3c2hd08w6hfcqdp8ymmv5bn0"))
|
||||
|
||||
(define rust-mac-notification-sys-0.6.12
|
||||
(crate-source "mac-notification-sys" "0.6.12"
|
||||
"1lq7zfxwhixs7npp05lhqvxjq4dj7v6wjcw1ijdq8iqsvn1ng899"))
|
||||
|
||||
(define rust-mac-notification-sys-0.6.4
|
||||
(crate-source "mac-notification-sys" "0.6.4"
|
||||
"1vv7qfz14p01kb52ly5n2ka74fjy64zgjav28lmmklbi82rxz58b"))
|
||||
@@ -15065,6 +15093,10 @@
|
||||
(crate-source "mac-notification-sys" "0.6.9"
|
||||
"08bnin0sq2pcqhwls16hb4l92vll67qr3vc22q32aiqz85skzzb5"))
|
||||
|
||||
(define rust-macaddr-1.0.1
|
||||
(crate-source "macaddr" "1.0.1"
|
||||
"1n5jxn79krlql810c4w3hdkvyqc01141dc5y6fr9sxff2yy0pvms"))
|
||||
|
||||
(define rust-mach-0.3.2
|
||||
(crate-source "mach" "0.3.2"
|
||||
"1yksa8lwzqh150gr4417rls1wk20asy9vhp8kq5g9n7z58xyh8xq"))
|
||||
@@ -18440,10 +18472,18 @@
|
||||
(crate-source "pin-project" "1.1.10"
|
||||
"12kadbnfm1f43cyadw9gsbyln1cy7vj764wz5c8wxaiza3filzv7"))
|
||||
|
||||
(define rust-pin-project-1.1.11
|
||||
(crate-source "pin-project" "1.1.11"
|
||||
"05zm3y3bl83ypsr6favxvny2kys4i19jiz1y18ylrbxwsiz9qx7i"))
|
||||
|
||||
(define rust-pin-project-internal-1.1.10
|
||||
(crate-source "pin-project-internal" "1.1.10"
|
||||
"0qgqzfl0f4lzaz7yl5llhbg97g68r15kljzihaw9wm64z17qx4bf"))
|
||||
|
||||
(define rust-pin-project-internal-1.1.11
|
||||
(crate-source "pin-project-internal" "1.1.11"
|
||||
"1ik4mpb92da75inmjvxf2qm61vrnwml3x24wddvrjlqh1z9hxcnr"))
|
||||
|
||||
(define rust-pin-project-lite-0.2.13
|
||||
(crate-source "pin-project-lite" "0.2.13"
|
||||
"0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa"))
|
||||
@@ -19145,6 +19185,11 @@
|
||||
(crate-source "process-wrap" "9.0.1"
|
||||
"0q2c43q03z42ffwxhyk43z177xyna40dnhsdxw079h39gsa9a4zx"))
|
||||
|
||||
(define rust-process-wrap-9.1.0
|
||||
(crate-source "process-wrap" "9.1.0"
|
||||
"0mfzgksv68wn6ixiv05dsr24pvpbwa16cg0r9m1mi48iv7x2x11f"
|
||||
#:snippet '(delete-file "logo.png")))
|
||||
|
||||
(define rust-procfs-0.17.0
|
||||
(crate-source "procfs" "0.17.0"
|
||||
"17swyjqinpb745f07dpdi7c8q37hxvhx9xmmsi2dhxaj2kc74nyc"))
|
||||
@@ -24946,7 +24991,8 @@
|
||||
|
||||
(define rust-tauri-winrt-notification-0.7.2
|
||||
(crate-source "tauri-winrt-notification" "0.7.2"
|
||||
"1fd9gcllx1rkp9h1ppq976bhqppnil5xsy36li1zx2g4gph6c7hb"))
|
||||
"1fd9gcllx1rkp9h1ppq976bhqppnil5xsy36li1zx2g4gph6c7hb"
|
||||
#:snippet '(delete-file-recursively "resources/test")))
|
||||
|
||||
(define rust-temp-dir-0.1.14
|
||||
(crate-source "temp-dir" "0.1.14"
|
||||
@@ -35088,6 +35134,260 @@
|
||||
rust-zerovec-0.11.5
|
||||
rust-zerovec-derive-0.11.2
|
||||
rust-zmij-1.0.18))
|
||||
(bzmenu =>
|
||||
(list rust-aho-corasick-1.1.4
|
||||
rust-anstream-0.6.21
|
||||
rust-anstyle-1.0.13
|
||||
rust-anstyle-parse-0.2.7
|
||||
rust-anstyle-query-1.1.5
|
||||
rust-anstyle-wincon-3.0.11
|
||||
rust-anyhow-1.0.102
|
||||
rust-arc-swap-1.8.2
|
||||
rust-async-broadcast-0.7.2
|
||||
rust-async-channel-2.5.0
|
||||
rust-async-executor-1.14.0
|
||||
rust-async-io-2.6.0
|
||||
rust-async-lock-3.4.2
|
||||
rust-async-process-2.5.0
|
||||
rust-async-recursion-1.1.1
|
||||
rust-async-signal-0.2.13
|
||||
rust-async-task-4.7.1
|
||||
rust-async-trait-0.1.89
|
||||
rust-atomic-waker-1.1.2
|
||||
rust-autocfg-1.5.0
|
||||
rust-base62-2.2.3
|
||||
rust-bitflags-1.3.2
|
||||
rust-bitflags-2.11.0
|
||||
rust-block2-0.6.2
|
||||
rust-blocking-1.6.2
|
||||
rust-bluer-0.17.4
|
||||
rust-bstr-1.12.1
|
||||
rust-bumpalo-3.20.2
|
||||
rust-bytes-1.11.1
|
||||
rust-cc-1.2.56
|
||||
rust-cfg-if-1.0.4
|
||||
rust-cfg-aliases-0.2.1
|
||||
rust-clap-4.5.60
|
||||
rust-clap-builder-4.5.60
|
||||
rust-clap-derive-4.5.55
|
||||
rust-clap-lex-1.0.0
|
||||
rust-colorchoice-1.0.4
|
||||
rust-concurrent-queue-2.5.0
|
||||
rust-crossbeam-deque-0.8.6
|
||||
rust-crossbeam-epoch-0.9.18
|
||||
rust-crossbeam-utils-0.8.21
|
||||
rust-custom-debug-0.6.2
|
||||
rust-custom-debug-derive-0.6.2
|
||||
rust-darling-0.20.11
|
||||
rust-darling-core-0.20.11
|
||||
rust-darling-macro-0.20.11
|
||||
rust-dbus-0.9.10
|
||||
rust-dbus-crossroads-0.5.3
|
||||
rust-dbus-tokio-0.7.6
|
||||
rust-deranged-0.5.8
|
||||
rust-dispatch2-0.3.1
|
||||
rust-displaydoc-0.2.5
|
||||
rust-either-1.15.0
|
||||
rust-endi-1.1.1
|
||||
rust-enumflags2-0.7.12
|
||||
rust-enumflags2-derive-0.7.12
|
||||
rust-env-filter-1.0.0
|
||||
rust-env-logger-0.11.9
|
||||
rust-equivalent-1.0.2
|
||||
rust-errno-0.3.14
|
||||
rust-event-listener-5.4.1
|
||||
rust-event-listener-strategy-0.5.4
|
||||
rust-fastrand-2.3.0
|
||||
rust-find-msvc-tools-0.1.9
|
||||
rust-fnv-1.0.7
|
||||
rust-foldhash-0.1.5
|
||||
rust-futures-0.3.32
|
||||
rust-futures-channel-0.3.32
|
||||
rust-futures-core-0.3.32
|
||||
rust-futures-executor-0.3.32
|
||||
rust-futures-io-0.3.32
|
||||
rust-futures-lite-2.6.1
|
||||
rust-futures-macro-0.3.32
|
||||
rust-futures-sink-0.3.32
|
||||
rust-futures-task-0.3.32
|
||||
rust-futures-util-0.3.32
|
||||
rust-getrandom-0.4.2
|
||||
rust-glob-0.3.3
|
||||
rust-globset-0.4.18
|
||||
rust-globwalk-0.8.1
|
||||
rust-hashbrown-0.15.5
|
||||
rust-hashbrown-0.16.1
|
||||
rust-heck-0.5.0
|
||||
rust-hermit-abi-0.5.2
|
||||
rust-hex-0.4.3
|
||||
rust-id-arena-2.3.0
|
||||
rust-ident-case-1.0.1
|
||||
rust-ignore-0.4.25
|
||||
rust-indexmap-2.13.0
|
||||
rust-is-terminal-polyfill-1.70.2
|
||||
rust-itertools-0.11.0
|
||||
rust-itoa-1.0.17
|
||||
rust-jiff-0.2.23
|
||||
rust-jiff-static-0.2.23
|
||||
rust-js-sys-0.3.91
|
||||
rust-lazy-static-1.5.0
|
||||
rust-leb128fmt-0.1.0
|
||||
rust-libc-0.2.183
|
||||
rust-libdbus-sys-0.2.7
|
||||
rust-linux-raw-sys-0.12.1
|
||||
rust-log-0.4.29
|
||||
rust-mac-notification-sys-0.6.12
|
||||
rust-macaddr-1.0.1
|
||||
rust-memchr-2.8.0
|
||||
rust-memoffset-0.9.1
|
||||
rust-mio-1.1.1
|
||||
rust-nix-0.29.0
|
||||
rust-nix-0.31.2
|
||||
rust-normpath-1.5.0
|
||||
rust-notify-rust-4.12.0
|
||||
rust-num-conv-0.2.0
|
||||
rust-num-derive-0.4.2
|
||||
rust-num-traits-0.2.19
|
||||
rust-objc2-0.6.4
|
||||
rust-objc2-core-foundation-0.3.2
|
||||
rust-objc2-encode-4.1.0
|
||||
rust-objc2-foundation-0.3.2
|
||||
rust-once-cell-1.21.3
|
||||
rust-once-cell-polyfill-1.70.2
|
||||
rust-ordered-stream-0.2.0
|
||||
rust-parking-2.2.1
|
||||
rust-pin-project-1.1.11
|
||||
rust-pin-project-internal-1.1.11
|
||||
rust-pin-project-lite-0.2.17
|
||||
rust-piper-0.2.5
|
||||
rust-pkg-config-0.3.32
|
||||
rust-polling-3.11.0
|
||||
rust-portable-atomic-1.13.1
|
||||
rust-portable-atomic-util-0.2.5
|
||||
rust-powerfmt-0.2.0
|
||||
rust-prettyplease-0.2.37
|
||||
rust-proc-macro-crate-3.5.0
|
||||
rust-proc-macro2-1.0.106
|
||||
rust-process-wrap-9.1.0
|
||||
rust-quick-xml-0.37.5
|
||||
rust-quote-1.0.45
|
||||
rust-r-efi-6.0.0
|
||||
rust-regex-1.12.3
|
||||
rust-regex-automata-0.4.14
|
||||
rust-regex-syntax-0.8.10
|
||||
rust-rust-i18n-3.1.5
|
||||
rust-rust-i18n-macro-3.1.5
|
||||
rust-rust-i18n-support-3.1.5
|
||||
rust-rustix-1.1.4
|
||||
rust-rustversion-1.0.22
|
||||
rust-ryu-1.0.23
|
||||
rust-same-file-1.0.6
|
||||
rust-semver-1.0.27
|
||||
rust-serde-1.0.228
|
||||
rust-serde-core-1.0.228
|
||||
rust-serde-derive-1.0.228
|
||||
rust-serde-json-1.0.149
|
||||
rust-serde-repr-0.1.20
|
||||
rust-serde-spanned-0.6.9
|
||||
rust-serde-yaml-0.9.34+deprecated
|
||||
rust-shlex-1.3.0
|
||||
rust-signal-hook-0.4.3
|
||||
rust-signal-hook-registry-1.4.8
|
||||
rust-siphasher-1.0.2
|
||||
rust-slab-0.4.12
|
||||
rust-smallvec-1.15.1
|
||||
rust-socket2-0.6.3
|
||||
rust-stable-deref-trait-1.2.1
|
||||
rust-strsim-0.11.1
|
||||
rust-strum-0.26.3
|
||||
rust-strum-macros-0.26.4
|
||||
rust-syn-2.0.117
|
||||
rust-synstructure-0.13.2
|
||||
rust-sys-locale-0.3.2
|
||||
rust-tauri-winrt-notification-0.7.2
|
||||
rust-tempfile-3.26.0
|
||||
rust-thiserror-2.0.18
|
||||
rust-thiserror-impl-2.0.18
|
||||
rust-time-0.3.47
|
||||
rust-time-core-0.1.8
|
||||
rust-tokio-1.50.0
|
||||
rust-tokio-macros-2.6.1
|
||||
rust-tokio-stream-0.1.18
|
||||
rust-toml-0.8.23
|
||||
rust-toml-datetime-0.6.11
|
||||
rust-toml-datetime-1.0.0+spec-1.1.0
|
||||
rust-toml-edit-0.22.27
|
||||
rust-toml-edit-0.25.4+spec-1.1.0
|
||||
rust-toml-parser-1.0.9+spec-1.1.0
|
||||
rust-toml-write-0.1.2
|
||||
rust-tracing-0.1.44
|
||||
rust-tracing-attributes-0.1.31
|
||||
rust-tracing-core-0.1.36
|
||||
rust-triomphe-0.1.15
|
||||
rust-uds-windows-1.2.0
|
||||
rust-unicode-ident-1.0.24
|
||||
rust-unicode-xid-0.2.6
|
||||
rust-unsafe-libyaml-0.2.11
|
||||
rust-utf8parse-0.2.2
|
||||
rust-uuid-1.22.0
|
||||
rust-walkdir-2.5.0
|
||||
rust-wasi-0.11.1+wasi-snapshot-preview1
|
||||
rust-wasip2-1.0.2+wasi-0.2.9
|
||||
rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06
|
||||
rust-wasm-bindgen-0.2.114
|
||||
rust-wasm-bindgen-macro-0.2.114
|
||||
rust-wasm-bindgen-macro-support-0.2.114
|
||||
rust-wasm-bindgen-shared-0.2.114
|
||||
rust-wasm-encoder-0.244.0
|
||||
rust-wasm-metadata-0.244.0
|
||||
rust-wasmparser-0.244.0
|
||||
rust-winapi-util-0.1.11
|
||||
rust-windows-0.61.3
|
||||
rust-windows-0.62.2
|
||||
rust-windows-collections-0.2.0
|
||||
rust-windows-collections-0.3.2
|
||||
rust-windows-core-0.61.2
|
||||
rust-windows-core-0.62.2
|
||||
rust-windows-future-0.2.1
|
||||
rust-windows-future-0.3.2
|
||||
rust-windows-implement-0.60.2
|
||||
rust-windows-interface-0.59.3
|
||||
rust-windows-link-0.1.3
|
||||
rust-windows-link-0.2.1
|
||||
rust-windows-numerics-0.2.0
|
||||
rust-windows-numerics-0.3.1
|
||||
rust-windows-result-0.3.4
|
||||
rust-windows-result-0.4.1
|
||||
rust-windows-strings-0.4.2
|
||||
rust-windows-strings-0.5.1
|
||||
rust-windows-sys-0.59.0
|
||||
rust-windows-sys-0.61.2
|
||||
rust-windows-targets-0.52.6
|
||||
rust-windows-threading-0.1.0
|
||||
rust-windows-threading-0.2.1
|
||||
rust-windows-version-0.1.7
|
||||
rust-windows-aarch64-gnullvm-0.52.6
|
||||
rust-windows-aarch64-msvc-0.52.6
|
||||
rust-windows-i686-gnu-0.52.6
|
||||
rust-windows-i686-gnullvm-0.52.6
|
||||
rust-windows-i686-msvc-0.52.6
|
||||
rust-windows-x86-64-gnu-0.52.6
|
||||
rust-windows-x86-64-gnullvm-0.52.6
|
||||
rust-windows-x86-64-msvc-0.52.6
|
||||
rust-winnow-0.7.15
|
||||
rust-wit-bindgen-0.51.0
|
||||
rust-wit-bindgen-core-0.51.0
|
||||
rust-wit-bindgen-rust-0.51.0
|
||||
rust-wit-bindgen-rust-macro-0.51.0
|
||||
rust-wit-component-0.244.0
|
||||
rust-wit-parser-0.244.0
|
||||
rust-zbus-5.14.0
|
||||
rust-zbus-macros-5.14.0
|
||||
rust-zbus-names-4.3.1
|
||||
rust-zmij-1.0.21
|
||||
rust-zvariant-5.10.0
|
||||
rust-zvariant-derive-5.10.0
|
||||
rust-zvariant-utils-3.3.0))
|
||||
(c2rust =>
|
||||
(list rust-addr2line-0.24.2
|
||||
rust-adler2-2.0.0
|
||||
|
||||
Reference in New Issue
Block a user