mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01: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 @@ 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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue