summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-06-01 09:42:38 +0200
committerAlexander Foremny <aforemny@posteo.de>2022-06-13 18:55:15 +0800
commit857463a4650271625863d51143d85185e861a18d (patch)
treeb0c9147a4fd422778c405b95d99ee273f414c37e /pkgs/applications/office/trilium
parent9ba8f9c6cf8d18c92144b677200cf5d26eba8d29 (diff)
trilium-{desktop,server}: mark meta.sourceProvenance
Diffstat (limited to 'pkgs/applications/office/trilium')
-rw-r--r--pkgs/applications/office/trilium/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/trilium/default.nix b/pkgs/applications/office/trilium/default.nix
index 9e2752e163f05..1410ab3205938 100644
--- a/pkgs/applications/office/trilium/default.nix
+++ b/pkgs/applications/office/trilium/default.nix
@@ -15,6 +15,7 @@ let
     inherit description;
     homepage = "https://github.com/zadam/trilium";
     license = licenses.agpl3Plus;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ fliegendewurst ];
   };