about summary refs log tree commit diff
path: root/pkgs/applications/display-managers
diff options
context:
space:
mode:
authorAroun <zahrun@murena.io>2023-03-24 02:55:22 +0530
committerAroun <zahrun@murena.io>2023-03-24 03:47:55 +0530
commit912719c90fb1657b8b9d9c2ce0c5731a5d7f863a (patch)
treeaa78046c4367fdbd0d2d4e5488fed3b231f4fb7d /pkgs/applications/display-managers
parentb9831fe22c13cf46b9ea35b7f9e16f6fe170dab1 (diff)
downloadnixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.tar
nixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.tar.gz
nixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.tar.bz2
nixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.tar.lz
nixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.tar.xz
nixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.tar.zst
nixlib-912719c90fb1657b8b9d9c2ce0c5731a5d7f863a.zip
sddm: fix fails to start while starting X server
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 c75aba9d2615..7a8f16ef1b14 100644
--- a/pkgs/applications/display-managers/sddm/default.nix
+++ b/pkgs/applications/display-managers/sddm/default.nix
@@ -32,6 +32,12 @@ in mkDerivation {
       url = "https://github.com/sddm/sddm/commit/e93bf95c54ad8c2a1604f8d7be05339164b19308.patch";
       sha256 = "sha256:1rh6sdvzivjcl5b05fczarvxhgpjhi7019hvf2gadnwgwdg104r4";
     })
+    # Fix fails to start while starting X server
+    # See: https://github.com/sddm/sddm/pull/1324
+    (fetchpatch {
+      url = "https://github.com/sddm/sddm/commit/adfaa222fdfa6115ea2b320b0bbc2126db9270a5.patch";
+      sha256 = "sha256-q/YLlAjxluzHMKUUQglLo3RyyhERQGPHXGr56+4R9VU=";
+    })
   ];
 
   postPatch =