about summary refs log tree commit diff
path: root/pkgs/applications/networking/breitbandmessung
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-06-01 09:56:00 +0200
committerAlexander Foremny <aforemny@posteo.de>2022-06-13 18:55:15 +0800
commitf92bbd5b0ad78b5485fb101769e91ef8a792730d (patch)
treedbf7bc8b489b37bf66447da85eb6604813d9f41c /pkgs/applications/networking/breitbandmessung
parent6603e6a8d11e2db76f507b54b0b6df2d9b9143e3 (diff)
breitbandmessung: mark meta.sourceProvenance
Diffstat (limited to 'pkgs/applications/networking/breitbandmessung')
-rw-r--r--pkgs/applications/networking/breitbandmessung/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/breitbandmessung/default.nix b/pkgs/applications/networking/breitbandmessung/default.nix
index ff14695cce845..6fab38f973603 100644
--- a/pkgs/applications/networking/breitbandmessung/default.nix
+++ b/pkgs/applications/networking/breitbandmessung/default.nix
@@ -87,6 +87,7 @@ stdenv.mkDerivation ({
     description = "Broadband internet speed test app from the german Bundesnetzagentur";
     homepage = "https://www.breitbandmessung.de";
     license = licenses.unfree;
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     maintainers = with maintainers; [ b4dm4n ];
     platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
   };