mozilla / nixpkgs-mozilla

Mozilla overlay for Nixpkgs.
MIT License
516 stars 128 forks source link

Deprecation warning: "rustPlatform.rust.cargo is deprecated. Use cargo instead." May be easy fix, but... #315

Open pmarreck opened 1 year ago

pmarreck commented 1 year ago

... my Nix expertise is still not quite there yet. I just sense it's probably an easy reference change in the nix recipe. The full warning is actually:

trace: warning: rustPlatform.rust.cargo is deprecated. Use cargo instead.
trace: warning: rustPlatform.rust.rustc is deprecated. Use rustc instead.

It seems to be coming from the firefox-overlay.nix file (thanks for that work, btw!)

HammyHavoc commented 4 months ago

Did you have any joy with this? Seeing similar with LibreWolf, which makes sense as it's a Firefox fork.

Artturin commented 4 months ago

I can't see anything in this overlay that would cause either of you to have that error. only pkgs/servo/default.nix uses those attrs but that file is not called anywhere and has other errors.