gnu: php: Don't use NAME in source URI.
* gnu/packages/php.scm (php)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									d9e3f9d9d7
								
							
						
					
					
						commit
						9b76aa1031
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -63,7 +63,7 @@
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append home-page "distributions/"
 | 
					              (uri (string-append home-page "distributions/"
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  "php-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y"))
 | 
					                "0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue