about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-09-20 23:45:28 +0200
committerGitHub <noreply@github.com>2019-09-20 23:45:28 +0200
commit87a9e5eb3107158cda34baf6fb9a7337e96d9372 (patch)
tree9d8de1004d8b03c46b4f7a50d9bc5cea2829c0f7 /pkgs/applications/misc
parentae293ad45eb8ccbe4da7cbac8fabdf88000c39b0 (diff)
parent0d65acf47c83debdf3089cb3f66aee045b3cdce1 (diff)
Merge pull request #68627 from Ma27/build-unfree-locally
treewide: build some unfree packages locally
Diffstat (limited to 'pkgs/applications/misc')
-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 0332de0195cd3..f65f5bc26e8ba 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 ];