Skip to content

Commit 84eab96

Browse files
authored
joplin-desktop: fix Joplin Backup plugin failing to creating archive (#407820)
2 parents 17af14c + e081076 commit 84eab96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/jo/joplin-desktop/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ let
8888

8989
sourceRoot = if stdenv.hostPlatform.isx86_64 then "Joplin ${version}" else ".";
9090

91+
postPatch = ''
92+
chmod a+x Joplin.app/Contents/Resources/build/7zip/7za
93+
'';
94+
9195
installPhase = ''
9296
runHook preInstall
9397
mkdir -p $out/Applications

0 commit comments

Comments
 (0)