gnu: pypy: Fix build.
This fixes a regression that was introduced in commit 553c009d74.
* gnu/packages/python.scm (pypy)[phases]{install}: Rename the OUT variable to
 #$OUTPUT.
			
			
This commit is contained in:
		
							parent
							
								
									d18bddf5d7
								
							
						
					
					
						commit
						9ec4233181
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -865,7 +865,7 @@ ease from the desktop to a microcontroller or embedded system.")
 | 
				
			||||||
                    (substitute* '("lib_pypy/_md5.py"
 | 
					                    (substitute* '("lib_pypy/_md5.py"
 | 
				
			||||||
                                   "lib_pypy/_sha1.py")
 | 
					                                   "lib_pypy/_sha1.py")
 | 
				
			||||||
                      ((shebang-match-python) shebang-pypy3))))
 | 
					                      ((shebang-match-python) shebang-pypy3))))
 | 
				
			||||||
                (copy-recursively dist-dir out)))))))
 | 
					                (copy-recursively dist-dir #$output)))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list gzip
 | 
					     (list gzip
 | 
				
			||||||
           nss-certs                    ; For ssl tests
 | 
					           nss-certs                    ; For ssl tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue