-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
blueutil: use the new apple-sdk #352660
base: master
Are you sure you want to change the base?
blueutil: use the new apple-sdk #352660
Conversation
pkgs/by-name/bl/blueutil/package.nix
Outdated
@@ -2,14 +2,11 @@ | |||
lib, | |||
stdenv, | |||
fetchFromGitHub, | |||
darwin, | |||
apple-sdk, |
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.
apple-sdk, |
pkgs/by-name/bl/blueutil/package.nix
Outdated
@@ -22,8 +19,7 @@ stdenv.mkDerivation (finalAttrs: { | |||
}; | |||
|
|||
buildInputs = [ | |||
Foundation | |||
IOBluetooth | |||
apple-sdk |
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.
apple-sdk |
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 need to add apple-sdk
as it is part of the stdenv
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.
Done on the latest push.
Thanks for the explanation.
I read through https://github.com/NixOS/nixpkgs/blob/master/doc/stdenv/platform-notes.chapter.md, but didn't found this information, I think we should add this explicitly to the doc.
c62fe3b
to
3394044
Compare
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.