gnu: tigervnc-server: Adjust PAM config.
* gnu/packages/vnc.scm (tigervnc-server) [phases]{adjust-pam-config}: New phase.master
parent
0debec9f2d
commit
a7bfc9d68f
|
@ -283,6 +283,11 @@ application which is needed to connect to VNC servers.")
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(delete 'check) ;no test suite
|
(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
|
(add-before 'build 'build-tigervnc
|
||||||
(lambda* (#:key parallel-build? #:allow-other-keys)
|
(lambda* (#:key parallel-build? #:allow-other-keys)
|
||||||
(mkdir-p "tigervnc-client/build")
|
(mkdir-p "tigervnc-client/build")
|
||||||
|
|
Reference in New Issue