Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (use-modules (rustup build toolchain)
- (gnu packages llvm)
- (gnu packages crates-io))
- (packages->manifest (list (rustup "stable"
- #:components '(llvm-tools)
- #:targets '(thumbv7em-none-eabihf))
- rust-udev
- clang-toolchain))
Advertisement
Comments
-
- rust-udev package not found when executing `guix shell`
Add Comment
Please, Sign In to add comment
Advertisement