about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/mobile/checkra1n/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/mobile/checkra1n/default.nix')
-rw-r--r--nixpkgs/pkgs/development/mobile/checkra1n/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/mobile/checkra1n/default.nix b/nixpkgs/pkgs/development/mobile/checkra1n/default.nix
index 110bb187f61c..a44a6d8b2b8d 100644
--- a/nixpkgs/pkgs/development/mobile/checkra1n/default.nix
+++ b/nixpkgs/pkgs/development/mobile/checkra1n/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Jailbreak for iPhone 5s though iPhone X, iOS 12.0 and up";
     homepage = "https://checkra.in/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfreeRedistributable;
     maintainers = with maintainers; [ onny ];
     platforms = platforms.linux;