Skip to content
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

nix: rustc versioning, unable to build. #324

Closed
darshanCommits opened this issue Jan 8, 2025 · 2 comments · Fixed by #327
Closed

nix: rustc versioning, unable to build. #324

darshanCommits opened this issue Jan 8, 2025 · 2 comments · Fixed by #327
Labels
can't reproduce invalid This doesn't seem right nixos

Comments

@darshanCommits
Copy link
Contributor

Getting this following the README instructions.

  > :: Building delta dependencies
       > cargo build -r
       > error: rustc 1.82.0 is not supported by the following package:
       >   [email protected] requires rustc 1.83
       >
       > make: *** [Makefile.in:176: builddir/.build-umu-delta] Error 101

I also have a system wide rust install via rustup and rustc is at 1.83

❯ : rustc --version
rustc 1.83.0 (90b35a623 2024-11-26)
@R1kaB3rN R1kaB3rN added the nixos label Jan 8, 2025
@R1kaB3rN
Copy link
Member

R1kaB3rN commented Jan 8, 2025

No idea. The build for both the Debian and Ubuntu .deb package uses rustup and fetches 1.83 tool chain. See https://github.com/Open-Wine-Components/umu-launcher/actions/runs/12659409627/job/35278457335

Moreover, there were at least 2 Nix users that confirmed this project builds fine. And just yesterday, another Nix user made changes to the flake. If there was a problem, they would have caught this.

cc @beh-10257

@R1kaB3rN R1kaB3rN added the invalid This doesn't seem right label Jan 8, 2025
@beh-10257
Copy link
Contributor

yeah can confirm it builds
using latest nixpkgs and latest commit here
(even if there is a problem I can't help this week)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't reproduce invalid This doesn't seem right nixos
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants