Unverified Commit c1e812dd authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

trurl: add upstream patch for tests failing with libcurl >= 8.15.0 (#450487)

parents 972c4966 05d44c96
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  curl,
  python3,
  perl,
@@ -20,6 +21,13 @@ stdenv.mkDerivation rec {
    hash = "sha256-VCMT4WgZ6LG7yiKaRy7KTgTkbACVXb4rw62lWnVAuP0=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/curl/trurl/commit/f22a2c45956f35702e437fb83ac05376f1956ec5.patch";
      hash = "sha256-7CkUs5tMk77WKc7SlgE2NslHtU5cViKSGhHj3IBlpWo=";
    })
  ];

  postPatch = ''
    patchShebangs scripts/*
  '';