Commit f5f1d0dc authored by Emily's avatar Emily
Browse files

kdePackages.sddm.unwrapped: backport patch for CMake 4



Co-authored-by: default avatarK900 <me@0upti.me>
parent 4abaab1b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  stdenv,
  lib,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  pkg-config,
  qttools,
@@ -39,6 +40,12 @@ stdenv.mkDerivation (finalAttrs: {
    ./greeter-path.patch
    ./sddm-ignore-config-mtime.patch
    ./sddm-default-session.patch

    (fetchpatch {
      name = "sddm-fix-cmake-4.patch";
      url = "https://github.com/sddm/sddm/commit/228778c2b4b7e26db1e1d69fe484ed75c5791c3a.patch";
      hash = "sha256-Okt9LeZBhTDhP7NKBexWAZhkK6N6j9dFkAEgpidSnzE=";
    })
  ];

  postPatch = ''