crate2nix
crate2nix copied to clipboard
`buildRustCrate` is deprecated
trace: warning:
buildRustCrateis deprecated, usebuildRustCrateForPkgsinstead
this seems to be fixed in latest master. A new release should be made for inclusion in nixpkgs (unstable branches).
I don't see it being fixed with the latest master of crate2nix and nixpkgs
ah ok, I misinterpreted the warning message, it seems to be caused by the argument template...
see https://github.com/kolloch/crate2nix/pull/178
See also https://github.com/kolloch/crate2nix/pull/200 which means callPackage isn't a problem anymore.