-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
rocmPackages: 6.3.3 -> 6.4.x #427942
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
rocmPackages: 6.3.3 -> 6.4.x #427942
Conversation
Fixes instances of the awt.useSystemAAFontSettings property in _JAVA_OPTIONS being impossible to override due to incorrect separators and due to replacing the value from the shell. Changes the font anti-aliasing mode to gasp; led is not suitable for users with subpixel arrangements other than horizontal RGB, on doesn't respect the hints encoded in fonts. See NixOS#422043
Also added `extraLibs`, like st has
It's no longer necessary + this allows for compiling with extraLibs, if config.mk was patched
Also added support for `conf` and `extraLibs`
Same as with other services giving postfix access, this needs to happen for the postfix user. Adding supplementary group permissions to the systemd unit does not propagate to child processes that ultimately call the unix domain socket.
…ixOS#427879) Co-authored-by: qubitnano <[email protected]>
| env.ROCM_PATH = "${clr}"; | ||
| requiredSystemFeatures = [ "big-parallel" ]; | ||
|
|
||
| outputs = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was running nixfmt-rfc-style before I had committed anything a mistake? didn't expect it to change all this :c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nix fmt fixed it up, idk why nixfmt-rfc-style doesn't match nixpkgs any more? is this a temporary situation?
402ae12 to
d4b59c4
Compare
Superceded by #427944 from correctly named branch.