From 6ce67f9e29b1326c9e5ffdc163225e59b1babb6f Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 10 Jun 2025 00:49:23 +0300 Subject: [PATCH] umu-launcher: use hatchling instead of full hatch --- pkgs/by-name/um/umu-launcher-unwrapped/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/um/umu-launcher-unwrapped/package.nix b/pkgs/by-name/um/umu-launcher-unwrapped/package.nix index cb5f94e2922c..ddb730902eb7 100644 --- a/pkgs/by-name/um/umu-launcher-unwrapped/package.nix +++ b/pkgs/by-name/um/umu-launcher-unwrapped/package.nix @@ -2,7 +2,6 @@ bash, cargo, fetchFromGitHub, - hatch, lib, nix-update-script, python3Packages, @@ -35,9 +34,10 @@ python3Packages.buildPythonPackage rec { nativeBuildInputs = [ cargo - hatch python3Packages.build python3Packages.installer + python3Packages.hatchling + python3Packages.hatch-vcs rustPlatform.cargoSetupHook scdoc ];