-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
zls: move to by-name #290196
zls: move to by-name #290196
Conversation
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.
ofborg fails:
Running phase: buildPhase
zig build flags: -Dcpu=baseline -Doptimize=ReleaseSafe
error: unable to create compilation: DarwinSdkNotFound
5abb48c
to
e4d05d8
Compare
should work now with the new darwin sdk rework |
|
pkgs/by-name/zl/zls/package.nix
Outdated
zig_0_13.hook | ||
]; | ||
nativeBuildInputs = [ zig_0_13.hook ]; | ||
buildInputs = [ apple-sdk_11 ]; |
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 = [ apple-sdk_11 ]; | |
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; |
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.
And it looks like we will also have to wait for #353702 to be fixed.
|
seems it builds now without it |
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.
looks good 👍
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.