Loading pkgs/by-name/um/umu-launcher-unwrapped/package.nix +12 −6 Original line number Diff line number Diff line Loading @@ -3,13 +3,14 @@ cargo, fetchFromGitHub, lib, nix-update-script, python3Packages, rustPlatform, scdoc, writableTmpDirAsHomeHook, withTruststore ? true, withDeltaUpdates ? true, versionCheckHook, nix-update-script, }: python3Packages.buildPythonPackage rec { pname = "umu-launcher-unwrapped"; Loading @@ -34,13 +35,15 @@ python3Packages.buildPythonPackage rec { nativeBuildInputs = [ cargo python3Packages.build python3Packages.installer python3Packages.hatchling python3Packages.hatch-vcs rustPlatform.cargoSetupHook scdoc ]; ] ++ (with python3Packages; [ build hatchling hatch-vcs installer ]); pythonPath = with python3Packages; Loading Loading @@ -84,6 +87,9 @@ python3Packages.buildPythonPackage rec { "test_parse_args_noopts" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/um/umu-launcher-unwrapped/package.nix +12 −6 Original line number Diff line number Diff line Loading @@ -3,13 +3,14 @@ cargo, fetchFromGitHub, lib, nix-update-script, python3Packages, rustPlatform, scdoc, writableTmpDirAsHomeHook, withTruststore ? true, withDeltaUpdates ? true, versionCheckHook, nix-update-script, }: python3Packages.buildPythonPackage rec { pname = "umu-launcher-unwrapped"; Loading @@ -34,13 +35,15 @@ python3Packages.buildPythonPackage rec { nativeBuildInputs = [ cargo python3Packages.build python3Packages.installer python3Packages.hatchling python3Packages.hatch-vcs rustPlatform.cargoSetupHook scdoc ]; ] ++ (with python3Packages; [ build hatchling hatch-vcs installer ]); pythonPath = with python3Packages; Loading Loading @@ -84,6 +87,9 @@ python3Packages.buildPythonPackage rec { "test_parse_args_noopts" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { Loading