gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.
* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use GUIX_PYTHONPATH.
This commit is contained in:
		
							parent
							
								
									968fff5706
								
							
						
					
					
						commit
						7d5c5b3493
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3205,7 +3205,7 @@ Weechat communicate over the Matrix protocol.")
 | 
			
		|||
                       all
 | 
			
		||||
                       (map (lambda (path)
 | 
			
		||||
                              (string-append "sys.path.append('" path "')\n"))
 | 
			
		||||
                            (string-split (getenv "PYTHONPATH") #\:)))))
 | 
			
		||||
                            (string-split (getenv "GUIX_PYTHONPATH") #\:)))))
 | 
			
		||||
             ;; Install script.
 | 
			
		||||
             (install-file "wee_slack.py"
 | 
			
		||||
                           (string-append (assoc-ref outputs "out")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue