-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
openxr-hpp: init at 1.0.26 #206491
base: master
Are you sure you want to change the base?
openxr-hpp: init at 1.0.26 #206491
Conversation
d3c5ca2
to
9a0066b
Compare
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.
Has a merge conflict.
LGTM overall.
meta = with lib; { | ||
description = "Open-Source OpenXR C++ language projection"; | ||
homepage = "https://github.com/KhronosGroup/OpenXR-Hpp"; | ||
license = licenses.asl20; |
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.
Let's add changelog:
license = licenses.asl20; | |
changelog = "https://github.com/KhronosGroup/OpenXR-Hpp/releases/tag/release-${version}"; | |
license = licenses.asl20; |
openxr-hpp = callPackage ../development/libraries/openxr-hpp { }; | ||
|
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.
New packages should go to pkgs/by-name
nowadays.
openxr-hpp = callPackage ../development/libraries/openxr-hpp { }; |
Also, please get rid of the merge commit when rebasing. |
Description of changes
Open-Source OpenXR C++ language projection
https://github.com/KhronosGroup/OpenXR-Hpp
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes