about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/droidmote
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-11 12:39:29 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-16 20:21:42 +0100
commit61c35da6077fe044330ef17ace6f343f21a2a835 (patch)
tree1170f9b21f0ab085766b4e51c371fde74e332e5a /pkgs/tools/inputmethods/droidmote
parent8d64fd7d585b4daf9a833f6ccd07e758c821b0fc (diff)
treewide/servers,tools: add sourceType binaryNativeCode for many packages
Diffstat (limited to 'pkgs/tools/inputmethods/droidmote')
-rw-r--r--pkgs/tools/inputmethods/droidmote/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/inputmethods/droidmote/default.nix b/pkgs/tools/inputmethods/droidmote/default.nix
index 24c2bcee8cdcc..017c548f84d3e 100644
--- a/pkgs/tools/inputmethods/droidmote/default.nix
+++ b/pkgs/tools/inputmethods/droidmote/default.nix
@@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Control your computer from your couch";
     homepage = "https://www.videomap.it/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ atila ];
     platforms = lib.attrNames srcs;