Merge pull request #222804 from Zahrun/fix/sddm

sddm: fix fails to start while starting X server

authored by Thomas Tuegel and committed by GitHub fae114b6 22ce075f

+6
+6
pkgs/applications/display-managers/sddm/default.nix
··· 32 url = "https://github.com/sddm/sddm/commit/e93bf95c54ad8c2a1604f8d7be05339164b19308.patch"; 33 sha256 = "sha256:1rh6sdvzivjcl5b05fczarvxhgpjhi7019hvf2gadnwgwdg104r4"; 34 }) 35 ]; 36 37 postPatch =
··· 32 url = "https://github.com/sddm/sddm/commit/e93bf95c54ad8c2a1604f8d7be05339164b19308.patch"; 33 sha256 = "sha256:1rh6sdvzivjcl5b05fczarvxhgpjhi7019hvf2gadnwgwdg104r4"; 34 }) 35 + # Fix fails to start while starting X server 36 + # See: https://github.com/sddm/sddm/pull/1324 37 + (fetchpatch { 38 + url = "https://github.com/sddm/sddm/commit/adfaa222fdfa6115ea2b320b0bbc2126db9270a5.patch"; 39 + sha256 = "sha256-q/YLlAjxluzHMKUUQglLo3RyyhERQGPHXGr56+4R9VU="; 40 + }) 41 ]; 42 43 postPatch =