-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
sapmachine: init at 13.0.1 #72385
sapmachine: init at 13.0.1 #72385
Conversation
remove commented out code (version 11)
Co-Authored-By: Lassulus <github@lassul.us>
Co-Authored-By: Lassulus <github@lassul.us>
Co-Authored-By: Lassulus <github@lassul.us>
based on suggestions by Lassulus for default.nix file
change name to pname (by Lassulus) Co-Authored-By: Lassulus <github@lassul.us>
change name to pname (by Lassulus) Co-Authored-By: Lassulus <github@lassul.us>
Thank you for your contributions.
|
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.
Could you please clean up the git history to match the CONTRIBUTING submitting changes section?
If you are adding yourself to the maintainer list
Typically, have two commits:
- Commit 1: The changes without adding a maintainer.
- Commit 2: Adds you to the maintainers list and adds you as maintainer of the package
Otherwise
Typically, have one commit.
''; | ||
|
||
meta = with stdenv.lib; { | ||
homepage = https://sap.github.io/SapMachine/; |
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.
Please quote URLs per RFC 45.
|
||
meta = with stdenv.lib; { | ||
homepage = https://sap.github.io/SapMachine/; | ||
license = licenses.gpl2; |
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.
The gpl license variants without the Plus
or Only
suffix are deprecated, because they do not specify the license well enough. Use Plus
if the project has "or later" sections in the actual source code files (not the license). Otherwise, use the Only
suffix.
|
||
meta = with stdenv.lib; { | ||
homepage = https://sap.github.io/SapMachine/; | ||
license = licenses.gpl2; |
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.
The gpl license variants without the Plus
or Only
suffix are deprecated, because they do not specify the license well enough. Use Plus
if the project has "or later" sections in the actual source code files (not the license). Otherwise, use the Only
suffix.
''; | ||
|
||
meta = with stdenv.lib; { | ||
homepage = https://sap.github.io/SapMachine/; |
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.
Please quote URLs per RFC 45.
I was able to build this successfully build
|
Closing due to inactivity. Please reopen the discussion if this is still important to you. |
Motivation for this change
Homepage: https://sapmachine.io
This project contains a downstream version of the OpenJDK project. It is used to build and maintain a SAP supported version of OpenJDK for SAP customers and partners who wish to use OpenJDK to run their applications.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers