Skip to content

Commit

Permalink
threema-desktop: fix build
Browse files Browse the repository at this point in the history
The threema-web build fails with nodejs_22, setting it back to
20 fixes the build.
  • Loading branch information
flokli committed Dec 28, 2024
1 parent 60a5248 commit 6e2b069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/th/threema-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
copyDesktopItems,
makeWrapper,
electron,
nodejs_20,
python3,
}:

Expand Down Expand Up @@ -36,6 +37,8 @@ let
(python3.withPackages (ps: [ ps.setuptools ])) # Used by gyp
];

nodejs = nodejs_20;

patches = [
"${electronSrc}/tools/patches/patch-user-agent.patch"
"${electronSrc}/tools/patches/patch-looks.patch"
Expand Down

0 comments on commit 6e2b069

Please sign in to comment.