13 src = fetchFromGitHub {
14 owner = "danielpaulus";
17 sha256 = "sha256-xa2/qshZ4k+Df5l817BXlotR6L/CX6Lw2+tWDYnr96I=";
21 vendorHash = "sha256-/aVaTC9lfoXQvhDVQm31HmXBnDYYOv6RH69Nm3I/K7s=";
36 # aligns the binary with what is expected from go-ios
37 mv $out/bin/go-ios $out/bin/ios
40 # skips all the integration tests (requires iOS device) (`-tags=fast`)
41 # as well as tests that requires networking
44 "TestWorksWithoutProxy"
48 ++ [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
50 passthru.updateScript = nix-update-script { };
53 description = "Operating system independent implementation of iOS device features";
54 homepage = "https://github.com/danielpaulus/go-ios";
55 license = licenses.mit;
56 maintainers = with maintainers; [ eyjhb ];