-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
color-scheme-generator: init at 0.9.2.1 #362977
base: master
Are you sure you want to change the base?
color-scheme-generator: init at 0.9.2.1 #362977
Conversation
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.
Other than that, LGTM and welcome to Nixpkgs!
@getchoo Addressed the concerns. |
|
||
cargoHash = "sha256-A8ld2c8ZcqaZN29Fz085FQy8UpugIDMOKT01r+SfCcc="; | ||
|
||
nativeBuildInputs = [ perl ]; |
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.
It seems we need this because the crates are trying to vendor a version of openssl and sqlite. We can avoid rebuilding these by forcing it to use the libraries already in Nixpkgs
nativeBuildInputs = [ perl ]; | |
nativeBuildInputs = [ pkg-config ]; | |
buildInputs = [ | |
openssl | |
sqlite | |
]; | |
env = { | |
OPENSSL_NO_VENDOR = 1; | |
}; |
The commit message should also be |
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.