-
-
Notifications
You must be signed in to change notification settings - Fork 16k
liboprf: init at 0.2.0 #291370
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
base: master
Are you sure you want to change the base?
liboprf: init at 0.2.0 #291370
Conversation
I can't find any contributions, so I'm wondering why you'd add yourself to the maintainers list. Can you elaborate @Gepardgame? |
I thought I must first add me as a maintainer before contributing. |
You should add your package and add yourself to the maintainers list in the same PR :) |
@@ -0,0 +1,31 @@ | |||
{ lib, fetchFromGitHub, stdenv, makeWrapper, libsodium }: |
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 reformat with the new formatter.
meta = with lib; { | ||
description = "liboprf - library providing OPRF and Threshold OPRF based on libsodium"; | ||
homepage = "https://github.com/stef/liboprf"; | ||
license = licenses.lgpl3; | ||
maintainers = [ maintainers.gepardgame ]; |
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.
meta = with lib; { | |
description = "liboprf - library providing OPRF and Threshold OPRF based on libsodium"; | |
homepage = "https://github.com/stef/liboprf"; | |
license = licenses.lgpl3; | |
maintainers = [ maintainers.gepardgame ]; | |
meta = { | |
description = "Library providing OPRF and Threshold OPRF based on libsodium"; | |
homepage = "https://github.com/stef/liboprf"; | |
license = lib.licenses.lgpl3; | |
maintainers = [ lib.maintainers.gepardgame ]; |
# liboprf = callPackage ../development/libraries/liboprf { }; | ||
|
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.
# liboprf = callPackage ../development/libraries/liboprf { }; |
Description of changes
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.