mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
gnirehtet: add sourceType binaryBytecode
This commit is contained in:
parent
61c35da607
commit
6ca5cccdca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user