gnirehtet: add sourceType binaryBytecode

main
Robert Scott 2 years ago
parent 61c35da607
commit 6ca5cccdca
  1. 4
      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;

Loading…
Cancel
Save