Search Criteria
Package Details: pw-volume 0.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pw-volume.git (read-only, click to copy) |
---|---|
Package Base: | pw-volume |
Description: | Basic interface to PipeWire volume controls |
Upstream URL: | https://github.com/smasher164/pw-volume |
Licenses: | MIT |
Submitter: | somini |
Maintainer: | somini |
Last Packager: | somini |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-27 23:04 (UTC) |
Last Updated: | 2023-03-18 12:16 (UTC) |
Dependencies (2)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
milkii commented on 2023-11-01 06:31 (UTC)
currently getting
somini commented on 2023-10-08 14:41 (UTC)
According to the guidelines:
https://wiki.archlinux.org/title/Rust_package_guidelines
export RUSTUP_TOOLCHAIN=stable
should be enough. Works for me in a chroot.fermino commented on 2023-10-05 22:16 (UTC) (edited on 2023-10-05 22:16 (UTC) by fermino)
The package does not have a rustup toolchain defined, so if you haven't used rustup before it fails.
I used
$ rustup default stable
to set it for my user.