Commit 02bdd47f authored by Emily's avatar Emily
Browse files

libvncserver: backport patch for CMake 4



Co-authored-by: default avatarK900 <me@0upti.me>
parent 29ed5a10
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  libjpeg,
  openssl,
@@ -34,6 +35,12 @@ stdenv.mkDerivation (finalAttrs: {
  patches = [
    # fix generated pkg-config files
    ./pkgconfig.patch

    (fetchpatch {
      name = "libvncserver-fix-cmake-4.patch";
      url = "https://github.com/LibVNC/libvncserver/commit/e64fa928170f22a2e21b5bbd6d46c8f8e7dd7a96.patch";
      hash = "sha256-AAZ3H34+nLqQggb/sNSx2gIGK96m4zatHX3wpyjNLOA=";
    })
  ];

  nativeBuildInputs = [