Commit 70a827d9 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

rubyPackages.ovirt-engine-sdk: drop upstreamed patch

Without the change build fails on` master` as
https://hydra.nixos.org/build/249503515:

    Running phase: patchPhase
    applying patch /nix/store/9f30k5j6jdmdycfxxkir2vv4zqhfvpvd-b596b919bc7857fdc0fc1c61a8cb7eab32cfc2db.patch
    patching file ext/ovirtsdk4c/ov_http_request.c
    Reversed (or previously applied) patch detected!  Assume -R? [n]
    Apply anyway? [n]
    Skipping patch.
parent 0966640f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -620,14 +620,6 @@ in
  ovirt-engine-sdk = attrs: {
    buildInputs = [ curl libxml2 ];
    dontBuild = false;
    patches = [
      # fix ruby 3.1 https://github.com/oVirt/ovirt-engine-sdk-ruby/pull/3
      (fetchpatch {
        url = "https://github.com/oVirt/ovirt-engine-sdk-ruby/pull/3/commits/b596b919bc7857fdc0fc1c61a8cb7eab32cfc2db.patch";
        hash = "sha256-AzGTQaD/e6X4LOMuXhy/WhbayhWKYCGHXPFlzLRWyPM=";
        stripLen = 1;
      })
    ];
  };

  pango = attrs: {