summary refs log tree commit diff
path: root/pkgs/applications/misc/xmind/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/xmind/default.nix')
-rw-r--r--pkgs/applications/misc/xmind/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/xmind/default.nix b/pkgs/applications/misc/xmind/default.nix
index 0332de0195c..f65f5bc26e8 100644
--- a/pkgs/applications/misc/xmind/default.nix
+++ b/pkgs/applications/misc/xmind/default.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
     sha256 = "0jxq2fiq69q9ly0m6hx2qfybqad22sl42ciw636071khpqgc885f";
   };
 
+  preferLocalBuild = true;
+
   patches = [ ./java-env-config-fixes.patch ];
 
   nativeBuildInputs = [ makeWrapper ];