about summary refs log tree commit diff
path: root/pkgs/applications/misc/simplenote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/simplenote/default.nix')
-rw-r--r--pkgs/applications/misc/simplenote/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/simplenote/default.nix b/pkgs/applications/misc/simplenote/default.nix
index f723ba27beb8d..35f153393518c 100644
--- a/pkgs/applications/misc/simplenote/default.nix
+++ b/pkgs/applications/misc/simplenote/default.nix
@@ -27,6 +27,7 @@ let
     description = "The simplest way to keep notes";
     homepage = "https://github.com/Automattic/simplenote-electron";
     license = licenses.gpl2;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     maintainers = with maintainers; [
       kiwi
     ];