-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
relnotes: init at 0.1.2 #277438
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?
relnotes: init at 0.1.2 #277438
Conversation
Result of 1 package built:
|
066afc6
to
491c2ee
Compare
|
@ofborg build relnotes |
buildInputs = | ||
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ] | ||
++ lib.optionals stdenv.isLinux [ (lib.getDev openssl) ]; |
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.
buildInputs = | |
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ] | |
++ lib.optionals stdenv.isLinux [ (lib.getDev openssl) ]; | |
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ (lib.getDev openssl) ]; |
I think the Darwin stuff is included automatically by now.
|
]; | ||
mainProgram = "relnotes"; | ||
maintainers = with lib.maintainers; [ david-r-cox ]; | ||
platforms = lib.platforms.darwin; |
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.
Should this be more than just darwin?
Otherwise the conditional above for linux/darwin buildInputs doesn't make much sense to me.
platforms = lib.platforms.darwin; | |
platforms = lib.platforms.unix; |
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.
Linux failed due to sfackler/rust-openssl#1663
Probably better to set platforms as unix and mark linux as broken.
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.
I see #277438 (comment), so maybe make the platforms unix and mark the package as broken for linux instead?
@@ -0,0 +1,46 @@ | |||
{ | |||
darwin, |
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.
Currently we use Apple SDK.
Try to remove references to Darwin on the code.
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.