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;