Commit 6589674e authored by Alyssa Ross's avatar Alyssa Ross
Browse files

libressl: backport fix for linking static libtls

This fixes e.g. pkgsStatic.catgirl.

Fixes: 449d50ab ("libressl: 3.8.2 -> 3.8.3")
parent 54ebc398
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -113,5 +113,13 @@ in {
  libressl_3_8 = generic {
    version = "3.8.3";
    hash = "sha256-pl9A4+9uPJRRyDGObyxFTDZ+Z/CcDN4YSXMaTW7McnI=";

    patches = [
      (fetchpatch {
        name = "libtls-pkg-config-static.patch";
        url = "https://github.com/libressl/portable/commit/f7a0f40d52b994d0bca0eacd88b39f71e447c5d9.patch";
        hash = "sha256-2ly6lsIdoV/riVqDViFXDP7nkZ/RUatEdiaSudQKtz0=";
      })
    ];
  };
}