From 5e06b3cb197047072fc25e0eb1a507bbd7bf847e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 12 May 2023 14:17:16 +0000 Subject: treewide: don't use rustPlatform.rust This will be deprecated in the next commit. --- pkgs/games/anki/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/games/anki') diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix index 38cb2c806f68..9b3c3367d3d2 100644 --- a/pkgs/games/anki/default.nix +++ b/pkgs/games/anki/default.nix @@ -4,6 +4,7 @@ , fetchFromGitHub , fetchYarnDeps , fixup_yarn_lock +, cargo , installShellFiles , lame , mpv-unwrapped @@ -135,7 +136,7 @@ python3.pkgs.buildPythonApplication { offlineYarn installShellFiles - rustPlatform.rust.cargo + cargo rustPlatform.cargoSetupHook ninja qt6.wrapQtAppsHook -- cgit v1.2.3