diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-12-13 12:22:18 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-10 17:49:31 +0200 |
| commit | 7bf9f8fa79c089732c634cbda85522cadc0bc87c (patch) | |
| tree | 083c94c181944ccceb1ce8b1261fe375b2988974 /gnu | |
| parent | f88dcca44c3890808bc8c6df79529974e9c40d17 (diff) | |
gnu: Add pwmenu.
* gnu/packages/rust-apps.scm (pwmenu): New variable.
* gnu/packages/rust-crates.scm: Add pwmenu source crates.
Closes: guix/guix#4817
Change-Id: If8a25391a53270e569d11e2d347ac560f68b70d6
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 26 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 241 |
2 files changed, 267 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 28fdba69298..b64f13adb1c 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -2359,6 +2359,32 @@ container management applications.") | |||
| 2359 | decompressing files and directories.") | 2359 | decompressing files and directories.") |
| 2360 | (license license:expat))) | 2360 | (license license:expat))) |
| 2361 | 2361 | ||
| 2362 | (define-public pwmenu | ||
| 2363 | (package | ||
| 2364 | (name "pwmenu") | ||
| 2365 | (version "0.4.0") | ||
| 2366 | (source | ||
| 2367 | (origin | ||
| 2368 | (method git-fetch) | ||
| 2369 | (uri (git-reference | ||
| 2370 | (url "https://github.com/e-tho/pwmenu") | ||
| 2371 | (commit (string-append "v" version)))) | ||
| 2372 | (file-name (git-file-name name version)) | ||
| 2373 | (sha256 | ||
| 2374 | (base32 "0fzr60pn0yrw2fm055g9n0zs70g1w16w4dwrsnj95w0psidig9k9")))) | ||
| 2375 | (build-system cargo-build-system) | ||
| 2376 | (arguments | ||
| 2377 | (list #:install-source? #f)) | ||
| 2378 | (native-inputs (list clang pkg-config)) | ||
| 2379 | (inputs (cons* pipewire | ||
| 2380 | (cargo-inputs 'pwmenu))) | ||
| 2381 | (home-page "https://github.com/e-tho/pwmenu") | ||
| 2382 | (synopsis "Launcher-driven Pipewire audio manager") | ||
| 2383 | (description | ||
| 2384 | "@code{pwmenu} (PipeWire Menu) manages audio through your launcher of | ||
| 2385 | choice. Supported launchers are: dmenu, fuzzel, rofi, walker and custom.") | ||
| 2386 | (license license:gpl3))) | ||
| 2387 | |||
| 2362 | (define-public py-spy | 2388 | (define-public py-spy |
| 2363 | (package | 2389 | (package |
| 2364 | (name "py-spy") | 2390 | (name "py-spy") |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 0c1d2743825..11400cc3c49 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -3353,6 +3353,10 @@ | |||
| 3353 | (crate-source "cfg-expr" "0.20.6" | 3353 | (crate-source "cfg-expr" "0.20.6" |
| 3354 | "0smbxbd39s2kpmz6r9yg4xmh0wx5d1in6amf49rpr0m6l6szbkkq")) | 3354 | "0smbxbd39s2kpmz6r9yg4xmh0wx5d1in6amf49rpr0m6l6szbkkq")) |
| 3355 | 3355 | ||
| 3356 | (define rust-cfg-expr-0.20.7 | ||
| 3357 | (crate-source "cfg-expr" "0.20.7" | ||
| 3358 | "0s4k51p520dk6l5vl08rzv13qc1bk9nm80xcsi71b040gph08srw")) | ||
| 3359 | |||
| 3356 | (define rust-cfg-if-0.1.10 | 3360 | (define rust-cfg-if-0.1.10 |
| 3357 | (crate-source "cfg-if" "0.1.10" | 3361 | (crate-source "cfg-if" "0.1.10" |
| 3358 | "08h80ihs74jcyp24cd75wwabygbbdgl05k6p5dmq8akbr78vv1a7")) | 3362 | "08h80ihs74jcyp24cd75wwabygbbdgl05k6p5dmq8akbr78vv1a7")) |
| @@ -57013,6 +57017,243 @@ | |||
| 57013 | rust-zerofrom-derive-0.1.6 | 57017 | rust-zerofrom-derive-0.1.6 |
| 57014 | rust-zerovec-0.10.4 | 57018 | rust-zerovec-0.10.4 |
| 57015 | rust-zerovec-derive-0.10.3)) | 57019 | rust-zerovec-derive-0.10.3)) |
| 57020 | (pwmenu => | ||
| 57021 | (list rust-aho-corasick-1.1.4 | ||
| 57022 | rust-annotate-snippets-0.11.5 | ||
| 57023 | rust-anstream-0.6.21 | ||
| 57024 | rust-anstyle-1.0.13 | ||
| 57025 | rust-anstyle-parse-0.2.7 | ||
| 57026 | rust-anstyle-query-1.1.5 | ||
| 57027 | rust-anstyle-wincon-3.0.11 | ||
| 57028 | rust-anyhow-1.0.102 | ||
| 57029 | rust-arc-swap-1.8.2 | ||
| 57030 | rust-async-broadcast-0.7.2 | ||
| 57031 | rust-async-channel-2.5.0 | ||
| 57032 | rust-async-executor-1.14.0 | ||
| 57033 | rust-async-io-2.6.0 | ||
| 57034 | rust-async-lock-3.4.2 | ||
| 57035 | rust-async-process-2.5.0 | ||
| 57036 | rust-async-recursion-1.1.1 | ||
| 57037 | rust-async-signal-0.2.13 | ||
| 57038 | rust-async-task-4.7.1 | ||
| 57039 | rust-async-trait-0.1.89 | ||
| 57040 | rust-atomic-waker-1.1.2 | ||
| 57041 | rust-autocfg-1.5.0 | ||
| 57042 | rust-base62-2.2.3 | ||
| 57043 | rust-bindgen-0.72.1 | ||
| 57044 | rust-bitflags-1.3.2 | ||
| 57045 | rust-bitflags-2.11.0 | ||
| 57046 | rust-block2-0.6.2 | ||
| 57047 | rust-blocking-1.6.2 | ||
| 57048 | rust-bstr-1.12.1 | ||
| 57049 | rust-bumpalo-3.20.2 | ||
| 57050 | rust-cc-1.2.56 | ||
| 57051 | rust-cexpr-0.6.0 | ||
| 57052 | rust-cfg-expr-0.20.7 | ||
| 57053 | rust-cfg-if-1.0.4 | ||
| 57054 | rust-cfg-aliases-0.2.1 | ||
| 57055 | rust-clang-sys-1.8.1 | ||
| 57056 | rust-clap-4.5.60 | ||
| 57057 | rust-clap-builder-4.5.60 | ||
| 57058 | rust-clap-derive-4.5.55 | ||
| 57059 | rust-clap-lex-1.0.0 | ||
| 57060 | rust-colorchoice-1.0.4 | ||
| 57061 | rust-concurrent-queue-2.5.0 | ||
| 57062 | rust-convert-case-0.8.0 | ||
| 57063 | rust-cookie-factory-0.3.3 | ||
| 57064 | rust-crossbeam-deque-0.8.6 | ||
| 57065 | rust-crossbeam-epoch-0.9.18 | ||
| 57066 | rust-crossbeam-utils-0.8.21 | ||
| 57067 | rust-deranged-0.5.8 | ||
| 57068 | rust-dispatch2-0.3.1 | ||
| 57069 | rust-either-1.15.0 | ||
| 57070 | rust-endi-1.1.1 | ||
| 57071 | rust-enumflags2-0.7.12 | ||
| 57072 | rust-enumflags2-derive-0.7.12 | ||
| 57073 | rust-env-filter-1.0.0 | ||
| 57074 | rust-env-logger-0.11.9 | ||
| 57075 | rust-equivalent-1.0.2 | ||
| 57076 | rust-errno-0.3.14 | ||
| 57077 | rust-event-listener-5.4.1 | ||
| 57078 | rust-event-listener-strategy-0.5.4 | ||
| 57079 | rust-fastrand-2.3.0 | ||
| 57080 | rust-find-msvc-tools-0.1.9 | ||
| 57081 | rust-foldhash-0.1.5 | ||
| 57082 | rust-futures-core-0.3.32 | ||
| 57083 | rust-futures-io-0.3.32 | ||
| 57084 | rust-futures-lite-2.6.1 | ||
| 57085 | rust-getrandom-0.4.2 | ||
| 57086 | rust-glob-0.3.3 | ||
| 57087 | rust-globset-0.4.18 | ||
| 57088 | rust-globwalk-0.8.1 | ||
| 57089 | rust-hashbrown-0.15.5 | ||
| 57090 | rust-hashbrown-0.16.1 | ||
| 57091 | rust-heck-0.5.0 | ||
| 57092 | rust-hermit-abi-0.5.2 | ||
| 57093 | rust-hex-0.4.3 | ||
| 57094 | rust-id-arena-2.3.0 | ||
| 57095 | rust-ignore-0.4.25 | ||
| 57096 | rust-indexmap-2.13.0 | ||
| 57097 | rust-is-terminal-polyfill-1.70.2 | ||
| 57098 | rust-itertools-0.11.0 | ||
| 57099 | rust-itertools-0.13.0 | ||
| 57100 | rust-itoa-1.0.17 | ||
| 57101 | rust-jiff-0.2.23 | ||
| 57102 | rust-jiff-static-0.2.23 | ||
| 57103 | rust-js-sys-0.3.91 | ||
| 57104 | rust-lazy-static-1.5.0 | ||
| 57105 | rust-leb128fmt-0.1.0 | ||
| 57106 | rust-libc-0.2.183 | ||
| 57107 | rust-libloading-0.8.9 | ||
| 57108 | rust-libspa-0.9.2 | ||
| 57109 | rust-libspa-sys-0.9.2 | ||
| 57110 | rust-linux-raw-sys-0.12.1 | ||
| 57111 | rust-log-0.4.29 | ||
| 57112 | rust-mac-notification-sys-0.6.12 | ||
| 57113 | rust-memchr-2.8.0 | ||
| 57114 | rust-memoffset-0.9.1 | ||
| 57115 | rust-minimal-lexical-0.2.1 | ||
| 57116 | rust-nix-0.30.1 | ||
| 57117 | rust-nix-0.31.2 | ||
| 57118 | rust-nom-7.1.3 | ||
| 57119 | rust-nom-8.0.0 | ||
| 57120 | rust-normpath-1.5.0 | ||
| 57121 | rust-notify-rust-4.12.0 | ||
| 57122 | rust-num-conv-0.2.0 | ||
| 57123 | rust-objc2-0.6.4 | ||
| 57124 | rust-objc2-core-foundation-0.3.2 | ||
| 57125 | rust-objc2-encode-4.1.0 | ||
| 57126 | rust-objc2-foundation-0.3.2 | ||
| 57127 | rust-once-cell-1.21.3 | ||
| 57128 | rust-once-cell-polyfill-1.70.2 | ||
| 57129 | rust-ordered-stream-0.2.0 | ||
| 57130 | rust-parking-2.2.1 | ||
| 57131 | rust-pin-project-lite-0.2.17 | ||
| 57132 | rust-piper-0.2.5 | ||
| 57133 | rust-pipewire-0.9.2 | ||
| 57134 | rust-pipewire-sys-0.9.2 | ||
| 57135 | rust-pkg-config-0.3.32 | ||
| 57136 | rust-polling-3.11.0 | ||
| 57137 | rust-portable-atomic-1.13.1 | ||
| 57138 | rust-portable-atomic-util-0.2.5 | ||
| 57139 | rust-powerfmt-0.2.0 | ||
| 57140 | rust-prettyplease-0.2.37 | ||
| 57141 | rust-proc-macro-crate-3.5.0 | ||
| 57142 | rust-proc-macro2-1.0.106 | ||
| 57143 | rust-process-wrap-9.1.0 | ||
| 57144 | rust-quick-xml-0.37.5 | ||
| 57145 | rust-quote-1.0.45 | ||
| 57146 | rust-r-efi-6.0.0 | ||
| 57147 | rust-regex-1.12.3 | ||
| 57148 | rust-regex-automata-0.4.14 | ||
| 57149 | rust-regex-syntax-0.8.10 | ||
| 57150 | rust-rust-i18n-3.1.5 | ||
| 57151 | rust-rust-i18n-macro-3.1.5 | ||
| 57152 | rust-rust-i18n-support-3.1.5 | ||
| 57153 | rust-rustc-hash-2.1.1 | ||
| 57154 | rust-rustix-1.1.4 | ||
| 57155 | rust-rustversion-1.0.22 | ||
| 57156 | rust-ryu-1.0.23 | ||
| 57157 | rust-same-file-1.0.6 | ||
| 57158 | rust-semver-1.0.27 | ||
| 57159 | rust-serde-1.0.228 | ||
| 57160 | rust-serde-core-1.0.228 | ||
| 57161 | rust-serde-derive-1.0.228 | ||
| 57162 | rust-serde-json-1.0.149 | ||
| 57163 | rust-serde-repr-0.1.20 | ||
| 57164 | rust-serde-spanned-0.6.9 | ||
| 57165 | rust-serde-spanned-1.0.4 | ||
| 57166 | rust-serde-yaml-0.9.34+deprecated | ||
| 57167 | rust-shlex-1.3.0 | ||
| 57168 | rust-signal-hook-0.4.3 | ||
| 57169 | rust-signal-hook-registry-1.4.8 | ||
| 57170 | rust-siphasher-1.0.2 | ||
| 57171 | rust-slab-0.4.12 | ||
| 57172 | rust-smallvec-1.15.1 | ||
| 57173 | rust-stable-deref-trait-1.2.1 | ||
| 57174 | rust-strsim-0.11.1 | ||
| 57175 | rust-syn-2.0.117 | ||
| 57176 | rust-sys-locale-0.3.2 | ||
| 57177 | rust-system-deps-7.0.7 | ||
| 57178 | rust-target-lexicon-0.13.3 | ||
| 57179 | rust-tauri-winrt-notification-0.7.2 | ||
| 57180 | rust-tempfile-3.26.0 | ||
| 57181 | rust-thiserror-2.0.18 | ||
| 57182 | rust-thiserror-impl-2.0.18 | ||
| 57183 | rust-time-0.3.47 | ||
| 57184 | rust-time-core-0.1.8 | ||
| 57185 | rust-tokio-1.50.0 | ||
| 57186 | rust-tokio-macros-2.6.1 | ||
| 57187 | rust-toml-0.8.23 | ||
| 57188 | rust-toml-0.9.12+spec-1.1.0 | ||
| 57189 | rust-toml-datetime-0.6.11 | ||
| 57190 | rust-toml-datetime-0.7.5+spec-1.1.0 | ||
| 57191 | rust-toml-datetime-1.0.0+spec-1.1.0 | ||
| 57192 | rust-toml-edit-0.22.27 | ||
| 57193 | rust-toml-edit-0.25.4+spec-1.1.0 | ||
| 57194 | rust-toml-parser-1.0.9+spec-1.1.0 | ||
| 57195 | rust-toml-write-0.1.2 | ||
| 57196 | rust-toml-writer-1.0.6+spec-1.1.0 | ||
| 57197 | rust-tracing-0.1.44 | ||
| 57198 | rust-tracing-attributes-0.1.31 | ||
| 57199 | rust-tracing-core-0.1.36 | ||
| 57200 | rust-triomphe-0.1.15 | ||
| 57201 | rust-uds-windows-1.2.0 | ||
| 57202 | rust-unicode-ident-1.0.24 | ||
| 57203 | rust-unicode-segmentation-1.12.0 | ||
| 57204 | rust-unicode-width-0.2.2 | ||
| 57205 | rust-unicode-xid-0.2.6 | ||
| 57206 | rust-unsafe-libyaml-0.2.11 | ||
| 57207 | rust-utf8parse-0.2.2 | ||
| 57208 | rust-uuid-1.22.0 | ||
| 57209 | rust-version-compare-0.2.1 | ||
| 57210 | rust-walkdir-2.5.0 | ||
| 57211 | rust-wasip2-1.0.2+wasi-0.2.9 | ||
| 57212 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 | ||
| 57213 | rust-wasm-bindgen-0.2.114 | ||
| 57214 | rust-wasm-bindgen-macro-0.2.114 | ||
| 57215 | rust-wasm-bindgen-macro-support-0.2.114 | ||
| 57216 | rust-wasm-bindgen-shared-0.2.114 | ||
| 57217 | rust-wasm-encoder-0.244.0 | ||
| 57218 | rust-wasm-metadata-0.244.0 | ||
| 57219 | rust-wasmparser-0.244.0 | ||
| 57220 | rust-winapi-util-0.1.11 | ||
| 57221 | rust-windows-0.61.3 | ||
| 57222 | rust-windows-0.62.2 | ||
| 57223 | rust-windows-collections-0.2.0 | ||
| 57224 | rust-windows-collections-0.3.2 | ||
| 57225 | rust-windows-core-0.61.2 | ||
| 57226 | rust-windows-core-0.62.2 | ||
| 57227 | rust-windows-future-0.2.1 | ||
| 57228 | rust-windows-future-0.3.2 | ||
| 57229 | rust-windows-implement-0.60.2 | ||
| 57230 | rust-windows-interface-0.59.3 | ||
| 57231 | rust-windows-link-0.1.3 | ||
| 57232 | rust-windows-link-0.2.1 | ||
| 57233 | rust-windows-numerics-0.2.0 | ||
| 57234 | rust-windows-numerics-0.3.1 | ||
| 57235 | rust-windows-result-0.3.4 | ||
| 57236 | rust-windows-result-0.4.1 | ||
| 57237 | rust-windows-strings-0.4.2 | ||
| 57238 | rust-windows-strings-0.5.1 | ||
| 57239 | rust-windows-sys-0.61.2 | ||
| 57240 | rust-windows-threading-0.1.0 | ||
| 57241 | rust-windows-threading-0.2.1 | ||
| 57242 | rust-windows-version-0.1.7 | ||
| 57243 | rust-winnow-0.7.15 | ||
| 57244 | rust-wit-bindgen-0.51.0 | ||
| 57245 | rust-wit-bindgen-core-0.51.0 | ||
| 57246 | rust-wit-bindgen-rust-0.51.0 | ||
| 57247 | rust-wit-bindgen-rust-macro-0.51.0 | ||
| 57248 | rust-wit-component-0.244.0 | ||
| 57249 | rust-wit-parser-0.244.0 | ||
| 57250 | rust-zbus-5.14.0 | ||
| 57251 | rust-zbus-macros-5.14.0 | ||
| 57252 | rust-zbus-names-4.3.1 | ||
| 57253 | rust-zmij-1.0.21 | ||
| 57254 | rust-zvariant-5.10.0 | ||
| 57255 | rust-zvariant-derive-5.10.0 | ||
| 57256 | rust-zvariant-utils-3.3.0)) | ||
| 57016 | (py-spy => | 57257 | (py-spy => |
| 57017 | (list rust-addr2line-0.24.2 | 57258 | (list rust-addr2line-0.24.2 |
| 57018 | rust-adler2-2.0.0 | 57259 | rust-adler2-2.0.0 |
