about summary refs log tree commit diff
path: root/pkgs/applications/misc/joplin-desktop
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@gmail.com>2024-04-24 22:51:13 +0200
committerMartino Fontana <tinozzo123@gmail.com>2024-05-13 20:32:47 +0200
commitbea50e5f6e90bd21619a16f8d1389969a9d4271d (patch)
tree4ef930b7e005ab0da94af438e3e293dd4752c349 /pkgs/applications/misc/joplin-desktop
parent3281bec7174f679eabf584591e75979a258d8c40 (diff)
treewide: remove `multiArch=false` from `buildFHSEnv` usages
Cleanup after the work of #240860.
Also preventing new packages to copy from outdated ones.
Diffstat (limited to 'pkgs/applications/misc/joplin-desktop')
-rw-r--r--pkgs/applications/misc/joplin-desktop/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/joplin-desktop/default.nix b/pkgs/applications/misc/joplin-desktop/default.nix
index 55acb6ef0db2a..27abcc7cc8850 100644
--- a/pkgs/applications/misc/joplin-desktop/default.nix
+++ b/pkgs/applications/misc/joplin-desktop/default.nix
@@ -49,7 +49,6 @@ let
       export LC_ALL=C.UTF-8
     '';
 
-    multiArch = false; # no 32bit needed
     extraPkgs = appimageTools.defaultFhsEnvArgs.multiPkgs;
     extraInstallCommands = ''
       source "${makeWrapper}/nix-support/setup-hook"