Skip to content

feyngame: init at 3.0.0 #432696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feyngame: init at 3.0.0 #432696

wants to merge 1 commit into from

Conversation

UlyssesZh
Copy link
Member

@UlyssesZh UlyssesZh commented Aug 11, 2025

FeynGame is a Java-based graphical tool for drawing Feynman diagrams.

Saving a figure as a .fg file does not seem to work properly. One has to first touch a file with the same filename and then overwrite it. This looks like a JDK bug which is supposed to have been fixed long ago. Maybe someone can take a look.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Aug 11, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Aug 11, 2025
@yzhou216
Copy link
Contributor

I'm trying to enable strictDeps = true; for this, but it looks like some font features and theming are not working. Not sure why.

@UlyssesZh
Copy link
Member Author

I'm trying to enable strictDeps = true; for this, but it looks like some font features and theming are not working. Not sure why.

I added strictDeps = true;. It works on my machine. What font features and theming were you referring to?

@yzhou216
Copy link
Contributor

I'm trying to enable strictDeps = true; for this, but it looks like some font features and theming are not working. Not sure why.

I added strictDeps = true;. It works on my machine. What font features and theming were you referring to?

Without strictDeps = true;:

image

With strictDeps = true;:

image

@UlyssesZh
Copy link
Member Author

I use GNOME with a customized Adwaita theme, and the theme is applied correctly. What WM/DE are you using?

@yzhou216
Copy link
Contributor

I use GNOME with a customized Adwaita theme, and the theme is applied correctly. What WM/DE are you using?

river

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants