gnu: perl-boot0: Return #t from all phases.
* gnu/packages/commencement.scm (perl-boot0): Return #t from the 'disable-pthreads' phase.
This commit is contained in:
		
							parent
							
								
									06b1d6954a
								
							
						
					
					
						commit
						75f3aaced0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -317,7 +317,8 @@
 | 
				
			||||||
                           (lambda _
 | 
					                           (lambda _
 | 
				
			||||||
                             (substitute* "Configure"
 | 
					                             (substitute* "Configure"
 | 
				
			||||||
                               (("^libswanted=(.*)pthread" _ before)
 | 
					                               (("^libswanted=(.*)pthread" _ before)
 | 
				
			||||||
                                (string-append "libswanted=" before)))))))
 | 
					                                (string-append "libswanted=" before)))
 | 
				
			||||||
 | 
					                             #t))))
 | 
				
			||||||
                     ;; Do not configure with '-Dusethreads' since pthread
 | 
					                     ;; Do not configure with '-Dusethreads' since pthread
 | 
				
			||||||
                     ;; support is missing.
 | 
					                     ;; support is missing.
 | 
				
			||||||
                     ((#:configure-flags configure-flags)
 | 
					                     ((#:configure-flags configure-flags)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue