Unverified Commit 8de2a265 authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

ios-webkit-debug-proxy: add the `updateScript` and the version test

parent 1dd31a78
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
  libplist,
  libusb1,
  openssl,

  ios-webkit-debug-proxy,
  nix-update-script,
  testers,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -66,6 +70,11 @@ stdenv.mkDerivation (finalAttrs: {

  enableParallelBuilding = true;

  passthru = {
    updateScript = nix-update-script { };
    tests.version = testers.testVersion { package = ios-webkit-debug-proxy; };
  };

  meta = with lib; {
    description = "DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector)";
    longDescription = ''