-
-
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
pythonPackages.macpack: init at 1.0.3 #38807
Conversation
doCheck = false; | ||
|
||
meta = { | ||
description = "Makes a macOS binary redistributable by searching the dependency tree and copying/patching non-system libraries."; |
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.
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.
Fixed, thanks!
meta = { | ||
description = "Makes a macOS binary redistributable by searching the dependency tree and copying/patching non-system libraries."; | ||
license = stdenv.lib.licenses.mit; | ||
}; |
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.
Homepage?
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.
Added.
sha256 = "0xa1ybrkjkbymjw0wrk9x2w03jck5z3330f5ns1g29hlv5yr7h83"; | ||
}; | ||
|
||
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.
Why?
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.
Sorry, was put there by mistake.
1d5fe0d
to
edc64d6
Compare
@maximedenes Do you want to maintain this package? @GrahamcOfBorg build python2.pkgs.macpack python3.pkgs.macpack |
Success on aarch64-linux (full log) Attempted: python3.pkgs.macpack The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.macpack Partial log (click to expand)
|
Seems like there are no tests, so please redisable them after all:
|
Success on x86_64-linux (full log) Attempted: python3.pkgs.macpack The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.macpack Partial log (click to expand)
|
This script doesn't seem to fully support a Nix-based setup, please wait before merging, I'll investigate more. |
It seems to me that this isn't a library, i.e. it shouldn't be imported using |
Yes, that's a good point. Anyway, I realized that the way this utility distinguishes system libraries from user-installed ones seems fundamentally incompatible with a Nix-based layout. So I'm going to close this PR. Sorry for the noise. |
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)