gnu: tigervnc-server: Disable tests via #:tests?.
* gnu/packages/vnc.scm (tigervnc-server) [tests?]: Set to #f. [phases]: Restore check phase.
This commit is contained in:
		
							parent
							
								
									a7bfc9d68f
								
							
						
					
					
						commit
						ff33b8698a
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -256,6 +256,8 @@ application which is needed to connect to VNC servers.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (substitute-keyword-arguments
 | 
					     (substitute-keyword-arguments
 | 
				
			||||||
         (package-arguments xorg-server)
 | 
					         (package-arguments xorg-server)
 | 
				
			||||||
 | 
					       ((#:tests? #f #f)
 | 
				
			||||||
 | 
					        #f)
 | 
				
			||||||
       ((#:configure-flags flags)
 | 
					       ((#:configure-flags flags)
 | 
				
			||||||
        #~(cons* "--with-pic"           ; Taken from BUILDING.txt
 | 
					        #~(cons* "--with-pic"           ; Taken from BUILDING.txt
 | 
				
			||||||
                 "--without-dtrace"
 | 
					                 "--without-dtrace"
 | 
				
			||||||
| 
						 | 
					@ -282,7 +284,6 @@ application which is needed to connect to VNC servers.")
 | 
				
			||||||
                 modules))
 | 
					                 modules))
 | 
				
			||||||
       ((#:phases phases)
 | 
					       ((#:phases phases)
 | 
				
			||||||
        #~(modify-phases #$phases
 | 
					        #~(modify-phases #$phases
 | 
				
			||||||
            (delete 'check)             ;no test suite
 | 
					 | 
				
			||||||
            (add-after 'unpack 'adjust-pam-config
 | 
					            (add-after 'unpack 'adjust-pam-config
 | 
				
			||||||
              (lambda _
 | 
					              (lambda _
 | 
				
			||||||
                (substitute* "tigervnc-client/unix/vncserver/tigervnc.pam"
 | 
					                (substitute* "tigervnc-client/unix/vncserver/tigervnc.pam"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue