Search Criteria
Package Details: nushell 0.27.1-1
Git Clone URL: | https://aur.archlinux.org/nushell.git (read-only, click to copy) |
---|---|
Package Base: | nushell |
Description: | A new type of shell. |
Upstream URL: | https://www.nushell.sh |
Keywords: | rust shell |
Licenses: | |
Submitter: | kbumsik |
Maintainer: | KokaKiwi (flaviut, onlineamateur) |
Last Packager: | KokaKiwi |
Votes: | 10 |
Popularity: | 0.25 |
First Submitted: | 2019-08-26 00:55 |
Last Updated: | 2021-02-19 11:05 |
Dependencies (7)
- libgit2 (libgit2-git)
- libx11 (libx11-git, libx11-threadsafe)
- libxcb (libxcb-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- python (python-dbg) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
1 2 3 Next › Last »
Almindor commented on 2021-01-16 00:57
This is a general issue with Cargo but could you add support for respecting the CARGO_TARGET_DIR env var? If that is set the build fails because it tries to find the build artefacts in the wrong folder.
Just replacing
target/release/...
with$TD/release/...
should do the trick whereTD=${CARGO_TARGET_DIR:-target}
tmladek commented on 2020-12-28 09:20
Anybody seen this?
icewind commented on 2020-07-22 12:35
libx11 and python are required as makedepends
TheGoliath commented on 2020-06-13 20:50
Updated, thank you for pointing that out :)
hak8or commented on 2020-06-13 20:47
Looks like the extraction process is broken, such that after extracting the .tar.gz you get nushell-0.15.0 instead of just 0.15.0.
icewind commented on 2020-06-13 16:44
libx11 is required as makedepend
TheGoliath commented on 2020-06-13 09:59
Okay
erayerdin commented on 2020-06-13 09:28
>> Okay, now it installed successfully. I think it was something about my computer.
TheGoliath commented on 2020-06-13 08:53
Otherwise I'll have a look at it this evening
erayerdin commented on 2020-06-13 08:33
Failing for me, saying:
I will try again and report.