gnu: Fix merge mistakes.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Use correct texlive implementation. * gnu/packages/music.scm (python-abjad)[native-inputs], * gnu/packages/python-check.scm (python-pytest-helpers-namespace) [native-inputs]: Use correct variable for python-pytest.
This commit is contained in:
		
							parent
							
								
									71572e28b2
								
							
						
					
					
						commit
						c9a61dff82
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -114,7 +114,7 @@
 | 
			
		|||
       ;; for docs
 | 
			
		||||
       ("stex" ,stex)
 | 
			
		||||
       ("xorg-rgb" ,xorg-rgb)
 | 
			
		||||
       ("texlive" ,(texlive-union (list texlive-latex-oberdiek
 | 
			
		||||
       ("texlive" ,(texlive-updmap.cfg (list texlive-latex-oberdiek
 | 
			
		||||
                                             texlive-generic-epsf)))
 | 
			
		||||
       ("ghostscript" ,ghostscript)
 | 
			
		||||
       ("netpbm" ,netpbm)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1530,7 +1530,7 @@ Guile.")
 | 
			
		|||
       ("python-isort" ,python-isort)
 | 
			
		||||
       ("python-mypy" ,python-mypy)
 | 
			
		||||
       ("python-ply" ,python-ply)
 | 
			
		||||
       ("python-pytest" ,python-pytest-6)
 | 
			
		||||
       ("python-pytest" ,python-pytest)
 | 
			
		||||
       ("python-pytest-cov" ,python-pytest-cov)
 | 
			
		||||
       ("python-sphinx-autodoc-typehints" ,python-sphinx-autodoc-typehints)))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -396,7 +396,7 @@ sub-package.")
 | 
			
		|||
             (add-installed-pythonpath inputs outputs)
 | 
			
		||||
             (invoke "pytest" "-vv"))))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("python-pytest" ,python-pytest-6)
 | 
			
		||||
     `(("python-pytest" ,python-pytest)
 | 
			
		||||
       ("python-setuptools" ,python-setuptools) ; needs setuptools >= 50.3.2
 | 
			
		||||
       ("python-setuptools-scm" ,python-setuptools-scm)
 | 
			
		||||
       ("python-setuptools-declarative-requirements"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue