ld-wrapper: Don't talk about "impure library".
* gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead of saying "impure library".
This commit is contained in:
		
							parent
							
								
									6764538327
								
							
						
					
					
						commit
						1a5e07c3b5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -217,8 +217,8 @@ exec @GUILE@ -c "(load-compiled \"@SELF@.go\") (apply $main (cdr (command-line))
 | 
			
		|||
                       (begin
 | 
			
		||||
                         (format (current-error-port)
 | 
			
		||||
                                 "ld-wrapper: error: attempt to use \
 | 
			
		||||
impure library ~s~%"
 | 
			
		||||
                                 file)
 | 
			
		||||
library outside of ~a: ~s~%"
 | 
			
		||||
                                 %store-directory file)
 | 
			
		||||
                         (exit 1)))))
 | 
			
		||||
              '()
 | 
			
		||||
              library-files))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue