sddm: fix build with Qt 5.15.3

main
Thomas Tuegel 3 years ago
parent 9e65eb4cee
commit 999557e8ef
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 6
      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 =

Loading…
Cancel
Save