gnirehtet: add sourceType binaryBytecode

+4
+4
pkgs/tools/networking/gnirehtet/default.nix
··· 43 43 This relies on adb, make sure you have the required permissions/udev rules. 44 44 ''; 45 45 homepage = "https://github.com/Genymobile/gnirehtet"; 46 + sourceProvenance = with sourceTypes; [ 47 + fromSource 48 + binaryBytecode # gnirehtet.apk 49 + ]; 46 50 license = licenses.asl20; 47 51 maintainers = with maintainers; [ symphorien ]; 48 52 platforms = platforms.unix;