-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
re-flex_3: inits at version 3.2.11 #381176
base: master
Are you sure you want to change the base?
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.
Otherwise LGTM. Thanks!
hello @ethancedwards8 , it should be fixed. |
stdenv, | ||
}: | ||
|
||
stdenv.mkDerivation (finalAttrs: rec { |
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.
rec
is not needed when using finalAttrs
.
Example: Use version
in Line 14, you can use finalAttrs.version
src = fetchFromGitHub { | ||
owner = "Genivia"; | ||
repo = "RE-flex"; | ||
rev = "ref/tags/v${version}"; |
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.
rev = "ref/tags/v${version}"; | |
tag = "v${version}"; |
|
||
meta = { | ||
description = '' | ||
A high-performance C++ regex library and lexical analyzer generator with Unicode support. |
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.
A high-performance C++ regex library and lexical analyzer generator with Unicode support. | |
High-performance C++ regex library and lexical analyzer generator with Unicode support |
See https://nixos.org/manual/nixpkgs/stable/#var-meta-description
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.