me
/
guix
Archived
1
0
Fork 0

gnu: tigervnc-server: Adjust PAM config.

* gnu/packages/vnc.scm (tigervnc-server)
[phases]{adjust-pam-config}: New phase.
master
Maxim Cournoyer 2022-07-28 14:02:25 -04:00
parent 0debec9f2d
commit a7bfc9d68f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 0 deletions

View File

@ -283,6 +283,11 @@ application which is needed to connect to VNC servers.")
((#:phases phases)
#~(modify-phases #$phases
(delete 'check) ;no test suite
(add-after 'unpack 'adjust-pam-config
(lambda _
(substitute* "tigervnc-client/unix/vncserver/tigervnc.pam"
(("pam_systemd.so")
"pam_elogind.so"))))
(add-before 'build 'build-tigervnc
(lambda* (#:key parallel-build? #:allow-other-keys)
(mkdir-p "tigervnc-client/build")