about summary refs log tree commit diff
path: root/pkgs/applications/display-managers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-10-31 08:26:42 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-10-31 08:29:15 -0500
commit999557e8ef79f0a52455fae9f8519ce801f9dabd (patch)
treed83de4242156eae33d7cd1e1e7a76ee394e32abe /pkgs/applications/display-managers
parent9e65eb4cee6aea2f96e6593d0990481b44ff5ff7 (diff)
sddm: fix build with Qt 5.15.3
Diffstat (limited to 'pkgs/applications/display-managers')
-rw-r--r--pkgs/applications/display-managers/sddm/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/display-managers/sddm/default.nix b/pkgs/applications/display-managers/sddm/default.nix
index 029501c7787a1..091498fae0039 100644
--- a/pkgs/applications/display-managers/sddm/default.nix
+++ b/pkgs/applications/display-managers/sddm/default.nix
@@ -25,6 +25,12 @@ in mkDerivation {
       url = "https://github.com/sddm/sddm/commit/e1dedeeab6de565e043f26ac16033e613c222ef9.patch";
       sha256 = "sha256-OPyrUI3bbH+PGDBfoL4Ohb4wIvmy9TeYZhE0JxR/D58=";
     })
+    # Fix build with Qt 5.15.3
+    # See: https://github.com/sddm/sddm/pull/1325
+    (fetchpatch {
+      url = "https://github.com/sddm/sddm/commit/e93bf95c54ad8c2a1604f8d7be05339164b19308.patch";
+      sha256 = "sha256:1rh6sdvzivjcl5b05fczarvxhgpjhi7019hvf2gadnwgwdg104r4";
+    })
   ];
 
   postPatch =