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.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/misc/xmind/default.nix b/pkgs/applications/misc/xmind/default.nix
index a395ffd521f..17134dcd389 100644
--- a/pkgs/applications/misc/xmind/default.nix
+++ b/pkgs/applications/misc/xmind/default.nix
@@ -85,7 +85,10 @@ stdenv.mkDerivation rec {
       and save to Evernote.
     '';
     homepage = "https://www.xmind.net/";
-    sourceProvenance = with sourceTypes; [ binaryBytecode ];
+    sourceProvenance = with sourceTypes; [
+      binaryBytecode
+      binaryNativeCode
+    ];
     license = licenses.unfree;
     platforms = platforms.linux;
     maintainers = with maintainers; [ michalrus ];