umu-launcher: use hatchling instead of full hatch

This commit is contained in:
K900
2025-06-10 00:49:23 +03:00
parent 6cd1618df5
commit 6ce67f9e29
@@ -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
];