gnu: folks: Don't use NAME in source URI.
* gnu/packages/gnome.scm (folks)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									8d6813f98e
								
							
						
					
					
						commit
						e5f4796e62
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6689,9 +6689,9 @@ the Moka icon theme.")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "mirror://gnome/sources/" name "/"
 | 
					                    "mirror://gnome/sources/folks/"
 | 
				
			||||||
                    (version-major+minor version) "/"
 | 
					                    (version-major+minor version) "/"
 | 
				
			||||||
                    name "-" version ".tar.xz"))
 | 
					                    "folks-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))
 | 
					                "1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue