threema-desktop: fix build

This commit is contained in:
Robert Schütz
2024-08-19 11:02:05 -07:00
parent b46afe538d
commit 8d974586d7
@@ -32,7 +32,7 @@ let
npmBuildScript = "dist";
nativeBuildInputs = [
python3 # Used by gyp
(python3.withPackages (ps: [ ps.setuptools ])) # Used by gyp
];
patches = [