-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
openfortivpn-webview: init at 1.2.0 #302409
openfortivpn-webview: init at 1.2.0 #302409
Conversation
91ffc8a
to
43df5b6
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.
- Use the
fetchFromGithub
fetcher - Make sure you follow commit conventions for contributing to nixpkgs: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#commit-conventions, specifically: rename your PR to follow the guideline above, split out the change to add yourself as the maintainer.
Signed-off-by: Leon Riesebos <[email protected]>
43df5b6
to
b199dfa
Compare
@aos appreciate the feedback for a first-time contributor. sorry for the delay too, just life happened. hope this PR is in a better state now! |
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.
Making some good progress
5a3685d
to
e65047d
Compare
@aos , thanks again for the feedback, highly appreciated. let me know if there is anything else! |
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.
Edit: Below is incorrect. See: NixOS/rfcs#140, but will keep below for posterity.
1. Rename from `package.nix` to `default.nix` 2. You should add the package to `pkgs/top-level/all-packages.nix`, alphabetically.
After these changes, you should be able to build it from the root of the repo with:
nix-build -A openfortivpn-webview
Once you do - test it out and make sure it works as you expect (perhaps including any version information).
I think that should be everything remaining from my point of view.
@aos , I am a bit confused. the quick start to adding a package specifically asks for
|
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.
@lriesebos Ah thanks for the correction. Looks like RFC 140 was merged somewhat recently and the guidelines have also been updated. In that case - disregard my last comment. This is good to go from my point of view :-)
if there is anything else that needs to be done to unblock this, let me know |
@lriesebos I would advertise this PR here: https://discourse.nixos.org/t/prs-already-reviewed/2617 or https://discourse.nixos.org/t/prs-ready-for-review-december/1711 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1865 |
e65047d
to
27171a9
Compare
27171a9
to
24436c5
Compare
Release version v1.2.0-electron Added the new `--trusted-cert` option to bypass certificate errors. Signed-off-by: Leon Riesebos <[email protected]>
24436c5
to
a45a079
Compare
@SuperSandro2000 I think I addressed your last concerns. let me know if there is anything else I can do! |
@ofborg build openfortivpn-webview |
Description of changes
first contribution: added openfortivpn-webview package.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.