gnu: lxappearance: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxappearance)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									3dfb21f0d7
								
							
						
					
					
						commit
						cbec994dde
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
					@ -105,13 +105,13 @@ libFM file management library.")))
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lxappearance")
 | 
					    (name "lxappearance")
 | 
				
			||||||
    (version "0.6.3")
 | 
					    (version "0.6.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method url-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (string-append "mirror://sourceforge/lxde/"
 | 
					       (method url-fetch)
 | 
				
			||||||
                                  "LXAppearance/" name "-" version ".tar.xz"))
 | 
					       (uri (string-append "mirror://sourceforge/lxde/"
 | 
				
			||||||
              (sha256
 | 
					                           "LXAppearance/lxappearance-" version ".tar.xz"))
 | 
				
			||||||
               (base32
 | 
					       (sha256
 | 
				
			||||||
                "0f4bjaamfxxdr9civvy55pa6vv9dx1hjs522gjbbgx7yp1cdh8kj"))))
 | 
					        (base32 "0f4bjaamfxxdr9civvy55pa6vv9dx1hjs522gjbbgx7yp1cdh8kj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("gtk+" ,gtk+-2)))
 | 
					    (inputs `(("gtk+" ,gtk+-2)))
 | 
				
			||||||
    (native-inputs `(("intltool"   ,intltool)
 | 
					    (native-inputs `(("intltool"   ,intltool)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue