gnirehtet: add sourceType binaryBytecode

This commit is contained in:
Robert Scott 2022-06-11 12:39:53 +01:00
parent 61c35da607
commit 6ca5cccdca

View file

@ -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;