-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
bitwarden: 2023.9.0 -> 2023.9.3 #260699
bitwarden: 2023.9.0 -> 2023.9.3 #260699
Conversation
They released 2023.9.3, it still segfaults on exit so I guess that’s “expected behavior” for now while they fix more things. |
34fbd8a
to
5dab9d0
Compare
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.
not sure why the build fails with fore me
Error: unknown error
Caused by:
[55] Failed sending data to the peer
@@ -3,7 +3,7 @@ | |||
, buildNpmPackage |
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.
applyPatches is unused
@@ -26,7 +26,7 @@ let | |||
icon = "bitwarden"; | |||
|
|||
buildNpmPackage' = buildNpmPackage.override { nodejs = nodejs_18; }; | |||
electron = electron_24; | |||
electron = electron_25; | |||
|
|||
desktopItem = makeDesktopItem { |
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.
Would be nice if we would use copyDekstopItems instead of manually copying it.
Here's a version with the requested changes cause I don't have permission to push to this branch: #262797 |
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.
rebasing the branch on master fixed my problem, now working like a charm
@SuperSandro2000 That build error is due to bug in fetching NPM deps, fixed in #260011 |
Diff: bitwarden/clients@desktop-v2023.9.0...desktop-v2023.9.3
Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2023.9.3
Description of changes
Things done
Note I have only tested execution when built against nixpkgs with glibc 2.38 backported, as that’s what my NixOS is running and trying to execute Bitwarden compiled against glibc 2.37 on a 2.38 runtime fails with glibc version mismatch.
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)