me
/
guix
Archived
1
0
Fork 0

gnu: tigervnc-server: Disable tests via #:tests?.

* gnu/packages/vnc.scm (tigervnc-server)
[tests?]: Set to #f.
[phases]: Restore check phase.
master
Maxim Cournoyer 2022-07-28 16:40:16 -04:00
parent a7bfc9d68f
commit ff33b8698a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -256,6 +256,8 @@ application which is needed to connect to VNC servers.")
(arguments
(substitute-keyword-arguments
(package-arguments xorg-server)
((#:tests? #f #f)
#f)
((#:configure-flags flags)
#~(cons* "--with-pic" ; Taken from BUILDING.txt
"--without-dtrace"
@ -282,7 +284,6 @@ application which is needed to connect to VNC servers.")
modules))
((#:phases phases)
#~(modify-phases #$phases
(delete 'check) ;no test suite
(add-after 'unpack 'adjust-pam-config
(lambda _
(substitute* "tigervnc-client/unix/vncserver/tigervnc.pam"