Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 20, 2024
1 parent 20a2daa commit 07a6d89
Show file tree
Hide file tree
Showing 4 changed files with 3,700 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/by-name/bi/bitwarden-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, cargo
, copyDesktopItems
, dbus
, electron_31
, electron_31-bin
, fetchFromGitHub
, glib
, gnome-keyring
Expand All @@ -16,6 +16,7 @@
, napi-rs-cli
, nodejs_20
, patchutils_0_4_2
, prebuildify
, pkg-config
, python3
, runCommand
Expand All @@ -26,7 +27,7 @@
let
description = "Secure and free password manager for all of your devices";
icon = "bitwarden";
electron = electron_31;
electron = electron_31-bin;
in buildNpmPackage rec {
pname = "bitwarden-desktop";
version = "2024.7.1";
Expand Down Expand Up @@ -76,6 +77,7 @@ in buildNpmPackage rec {
makeWrapper
moreutils
napi-rs-cli
prebuildify
pkg-config
(python3.withPackages (ps: with ps; [ setuptools ]))
rustc
Expand All @@ -95,6 +97,10 @@ in buildNpmPackage rec {
exit 1
fi
pushd node_modules/argon2
npm run build
popd
pushd apps/desktop/desktop_native/napi
npm run build
popd
Expand Down
Loading

0 comments on commit 07a6d89

Please sign in to comment.