-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
bash-language-server: fix broken package #333701
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.
Can confirm package was broken, and that this remedies it. Changes overall look good, but not familiar with this drv specifically.
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 don't understand what this PR is for (besides the --suffix
change), bash-language-server
builds fine for me on branch master
.
pnpmWorkspace = "bash-language-server"; | ||
pnpmDeps = pnpm_8.fetchDeps { | ||
inherit (finalAttrs) pname version src pnpmWorkspace; |
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.
An explanation in the commit message for this change would be nice. pnpmWorkspace
is an attribute added to support 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.
I remove the commit. I think this should be discussed in your mentioned PR.
84b0c72
to
f327119
Compare
Without this this PR, the package is built, but the executable fails to start. I incorporated your recommendations. |
OK I see now what you are talking about. How did you manage to find out the |
I will merge when CI is green.. |
I additionally passed |
Thanks for explaining. I added a note to the main comment of #317927 . |
Description of changes
Fix the build phase of the package and add minor changes like, version test, remove unused variable and make shellcheck as default.
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.