Skip to content

Commit

Permalink
tuxemon: attempt to fix pythonRemoveDeps for old stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Feb 9, 2025
1 parent 8b964d6 commit ac27330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tuxemon/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ in let
};
pyproject = true;
pythonRelaxDeps = true;
pythonRemoveDeps = lib.optional (lib.versionOlder version "0.4.34-unstable-2023-04-01") "pygame-menu";
pythonRemoveDeps = lib.optional (lib.versionOlder version "0.4.34-unstable-2023-04-01") "pygame_menu";
nativeBuildInputs = lib.optional hostPlatform.isDarwin desktopToDarwinBundle;
build-system = with python3Packages; [
setuptools
Expand Down

0 comments on commit ac27330

Please sign in to comment.