-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31 #108506
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
Conversation
/marvin opt-in |
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here. |
@@ -1,26 +1,28 @@ | |||
{ stdenv | |||
, 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.
Please do not use darwin as an input directly.
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 I import pkgs then? I am not sure what to do here.
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 alternative from greping nixpkgs seems to be to import pkgs
and substitute darwin
for pkgs.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.
That is even worse. Please do something like
a = callPackages ../ {
inherit (darwin.apple_sdk.frameworks) Security;
};
in top-level.
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.
Oh ok, yeah that seems better.
}: | ||
|
||
assert gitImportSupport -> libgit2 != null; |
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.
assert gitImportSupport -> libgit2 != null; |
, gitImportSupport ? true | ||
, libgit2 ? null | ||
# Optionals | ||
, gitImportSupport ? true, libgit2 ? null |
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.
, gitImportSupport ? true, libgit2 ? null | |
, gitImportSupport ? true, libgit2 |
This is a semi-automatic executed nixpkgs-review which does not build all packages (e.g. lumo, tensorflow or pytorch) Result of 1 package built:
|
Close due to another PR updating this package: #108767 |
Motivation for this change
There have been several fixes to issues and the patch format was changed a bit.
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)