gnu: repo2docker: Use GUIX_PYTHONPATH.
* gnu/packages/jupyter.scm (repo2docker)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
This commit is contained in:
		
							parent
							
								
									3b2553ee4c
								
							
						
					
					
						commit
						cf649c1e0d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -420,9 +420,9 @@ nix-shell-wrapper|repo2docker-entrypoint)")
 | 
			
		|||
                      (let* ((out (assoc-ref outputs "doc"))
 | 
			
		||||
                             (doc (string-append out "/share/doc/"
 | 
			
		||||
                                                 ,name)))
 | 
			
		||||
                        (setenv "PYTHONPATH"
 | 
			
		||||
                        (setenv "GUIX_PYTHONPATH"
 | 
			
		||||
                                (string-append (getcwd) ":"
 | 
			
		||||
                                               (getenv "PYTHONPATH")))
 | 
			
		||||
                                               (getenv "GUIX_PYTHONPATH")))
 | 
			
		||||
                        (with-directory-excursion "docs"
 | 
			
		||||
                          (invoke  "make" "html")
 | 
			
		||||
                          (copy-recursively "build/html"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue