-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
grex: init at 1.1.0 #95316
grex: init at 1.1.0 #95316
Conversation
|
Note that another pull-request is open at #76539 for the |
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
doCheck = false; | ||
|
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.
don't feel really strongly about this, but I can't think of another way to very that darwin works:
doCheck = false; | |
doCheck = false; | |
doInstallCheck = true; | |
installCheckPhase = '' | |
$out/bin/grex --help > /dev/null | |
''; |
with rustPlatform; | ||
|
||
buildRustPackage 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.
with rustPlatform; | |
buildRustPackage rec { | |
rustPlatform.buildRustPackage rec { |
sha256 = "1viph7ki6f2akc5mpbgycacndmxnv088ybfji2bfdbi5jnpyavvs"; | ||
}; | ||
|
||
nativeBuildInputs = [ cmake pkgconfig perl installShellFiles ]; |
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.
None of these seem to be needed.
nativeBuildInputs = [ cmake pkgconfig perl installShellFiles ]; |
buildInputs = [ zlib ] | ||
++ stdenv.lib.optionals stdenv.isDarwin [ | ||
libiconv darwin.apple_sdk.frameworks.Security ] | ||
; |
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.
Only Security seems to be needed.
buildInputs = [ zlib ] | |
++ stdenv.lib.optionals stdenv.isDarwin [ | |
libiconv darwin.apple_sdk.frameworks.Security ] | |
; | |
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; |
# Some tests fail, but Travis ensures a proper build | ||
doCheck = false; |
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.
The check passes on darwin and linux.
# Some tests fail, but Travis ensures a proper build | |
doCheck = false; |
@colemickens Can you please integrate the suggestions? Edit: I have opened #100173 because the author did not answer in almost 2 months. |
Closed by stalling |
Fixes #95315.
This introduces
grex
to nixpkgs:apl2
unix
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)