20 stdenv.mkDerivation (finalAttrs: {
21 pname = "ios-webkit-debug-proxy";
29 src = fetchFromGitHub {
31 repo = "ios-webkit-debug-proxy";
32 rev = "v${finalAttrs.version}";
33 hash = "sha256-94gYTv5v4YNwbiUJ/9PIHU+Bnvf5uN12+oMFWKj+J1Y=";
37 # Examples compilation breaks with --disable-static, see https://github.com/google/ios-webkit-debug-proxy/issues/399
38 ./0001-Don-t-compile-examples.patch
56 NOCONFIGURE=1 ./autogen.sh
59 enableParallelBuilding = true;
62 updateScript = nix-update-script { };
63 tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
67 description = "DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector)";
69 The ios_webkit_debug_proxy (aka iwdp) proxies requests from usbmuxd
70 daemon over a websocket connection, allowing developers to send commands
71 to MobileSafari and UIWebViews on real and simulated iOS devices.
73 homepage = "https://github.com/google/ios-webkit-debug-proxy";
74 changelog = "https://github.com/google/ios-webkit-debug-proxy/releases/tag/${finalAttrs.src.rev}";
75 license = licenses.bsd3;
76 mainProgram = "ios_webkit_debug_proxy";
77 maintainers = with maintainers; [