-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo Building Wrong Package #391726
Comments
What do you mean by "updates into" or "install cargo"? What steps are you taking? Share your actual code and commands. By the way, that random website is not official, the official package listing is at https://search.nixos.org/packages. And |
This is an issue with https://github.com/lazamar/nix-package-versions and how it parses versions. It should group them by attribute. Please open an issue there. |
I'm not sure I understand what this has to do with old version parsing. I'm asking $ nix-env -i cargo
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: CUDA versions older than 12.0 will be removed in Nixpkgs 25.05; see the 24.11 release notes for more information
evaluation warning: 'opensycl' has been renamed to 'adaptivecpp'
evaluation warning: 'opensyclWithRocm ' has been renamed to 'adaptivecppWithRocm '
evaluation warning: qt6Packages.stdenv is deprecated. Use stdenv instead.
installing 'cargo-3ds-0.1.3'
building '/nix/store/abd87kak2b5lns59j7r5rqzqr18xahll-user-environment.drv'... |
Well, stop using And the correct command would be Development tools like
Either way, this isn't a nixpkgs issue, just an issue of using |
Thanks for the references; very revealing for someone like me who only uses Nix as an imperative package manager to get access to more up-to-date package versions than what's available through |
Nixpkgs version
nix-env (Nix) 2.26.3
Describe the bug
"cargo" the Rust compiler updates into "cargo-3ds" which is a different package.
The reason why I think that this is not an issue on my end is because it's confirmed by the Nix Package Versions website.. When you look at the version numbers the latest two are from the same day, with the latest starting with "3ds" instead of "1." like the others.
Steps to reproduce
Step 1: Install cargo
Step 2: Update cargo
Expected behaviour
cargo-1.83.0 will change to cargo-3ds-0.1.3 after the update
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"x86_64-linux"
Linux 6.13.7-arch1-1, Arch Linux, noversion, rolling
no
yes
nix-env (Nix) 2.26.3
/nix/store/bmgmgq4v4x9as2fss82fpv4xbcwgzkvj-nixpkgs/nixpkgs
Notify maintainers
@figsoda
@Mic92
@tjni
@winterqt
@zowoq
It should just be a matter of removing or replacing the cargo-3ds version, godspeed.
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: