gnu: emacs-wucuo: Fix arguments.
I'm looking at this because the profile-collisions linter crashes for this package, and that currently breaks processing revisions in the Guix Data Service. * gnu/packages/emacs-xyz.scm (emacs-wucuo)[arguments]: Change #tn to #t.
This commit is contained in:
		
							parent
							
								
									3a838e70c5
								
							
						
					
					
						commit
						fd2abc2a51
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -9859,7 +9859,7 @@ restrict the text width to 80 characters.")
 | 
				
			||||||
        (base32 "03a6jlbv9axrd9yr0xscq3ni7fipm20ppc51kxy0sn241rplv0pg"))))
 | 
					        (base32 "03a6jlbv9axrd9yr0xscq3ni7fipm20ppc51kxy0sn241rplv0pg"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #tn
 | 
					     `(#:tests? #t
 | 
				
			||||||
       #:test-command '("make" "test")
 | 
					       #:test-command '("make" "test")
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
                  ;; Set HOME, otherwise tests fail on loading aspell dict.
 | 
					                  ;; Set HOME, otherwise tests fail on loading aspell dict.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue