1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: lightdm: Apply patch to allow using VNC options.

* gnu/packages/patches/lightdm-arguments-ordering.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/display-managers.scm (lightdm): Apply it.
This commit is contained in:
Maxim Cournoyer
2022-08-09 15:47:21 -04:00
parent da3c784c68
commit a4fd1840ab
3 changed files with 57 additions and 1 deletions
+2 -1
View File
@@ -269,7 +269,8 @@ experience for your users, your family and yourself")
(sha256
(base32
"1wr60c946p8jz9kb8zi4cd8d4mkcy7infbvlfzwajiglc22nblxn"))
(patches (search-patches "lightdm-vncserver-check.patch"))))
(patches (search-patches "lightdm-arguments-ordering.patch"
"lightdm-vncserver-check.patch"))))
(build-system gnu-build-system)
(arguments
'(#:parallel-tests? #f ; fails when run in parallel