From 6ca5cccdca82e916b798eed8d3519cf7ec58fec7 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 11 Jun 2022 12:39:53 +0100 Subject: [PATCH] gnirehtet: add sourceType binaryBytecode --- pkgs/tools/networking/gnirehtet/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/tools/networking/gnirehtet/default.nix b/pkgs/tools/networking/gnirehtet/default.nix index 123ab3d76ee..d0c5e92236f 100644 --- a/pkgs/tools/networking/gnirehtet/default.nix +++ b/pkgs/tools/networking/gnirehtet/default.nix @@ -43,6 +43,10 @@ rustPlatform.buildRustPackage { This relies on adb, make sure you have the required permissions/udev rules. ''; homepage = "https://github.com/Genymobile/gnirehtet"; + sourceProvenance = with sourceTypes; [ + fromSource + binaryBytecode # gnirehtet.apk + ]; license = licenses.asl20; maintainers = with maintainers; [ symphorien ]; platforms = platforms.unix;