mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: tigervnc-server: Adjust PAM config.
* gnu/packages/vnc.scm (tigervnc-server) [phases]{adjust-pam-config}: New phase.
This commit is contained in:
parent
0debec9f2d
commit
a7bfc9d68f
1 changed files with 5 additions and 0 deletions
|
@ -283,6 +283,11 @@ (define-public tigervnc-server
|
|||
((#: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")
|
||||
|
|
Loading…
Reference in a new issue