gnu: yelp-xsl: Make some cosmetic changes.
* gnu/packages/gnome.scm (yelp-xsl): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									af1225a366
								
							
						
					
					
						commit
						2394b76bd2
					
				
					 1 changed files with 10 additions and 9 deletions
				
			
		| 
						 | 
					@ -6692,24 +6692,25 @@ of running programs and invoke methods on those interfaces.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "yelp-xsl")
 | 
					    (name "yelp-xsl")
 | 
				
			||||||
    (version "3.34.2")
 | 
					    (version "3.34.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://gnome/sources/" name "/"
 | 
					       (uri
 | 
				
			||||||
 | 
					        (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
                       (version-major+minor version) "/"
 | 
					                       (version-major+minor version) "/"
 | 
				
			||||||
                       name "-" version ".tar.xz"))
 | 
					                       name "-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
               (base32
 | 
					        (base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
 | 
				
			||||||
                "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("gettext-minimal" ,gettext-minimal)
 | 
					     `(("gettext-minimal" ,gettext-minimal)
 | 
				
			||||||
       ("itstool" ,itstool)
 | 
					       ("itstool" ,itstool)
 | 
				
			||||||
       ("xmllint" ,libxml2)))
 | 
					       ("xmllint" ,libxml2)))
 | 
				
			||||||
    (home-page "https://wiki.gnome.org/Apps/Yelp")
 | 
					 | 
				
			||||||
    (synopsis "XSL stylesheets for Yelp")
 | 
					    (synopsis "XSL stylesheets for Yelp")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
 | 
					     "Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
 | 
				
			||||||
to format Docbook and Mallard documents.")
 | 
					to format Docbook and Mallard documents.")
 | 
				
			||||||
 | 
					    (home-page "https://wiki.gnome.org/Apps/Yelp")
 | 
				
			||||||
    (license license:gpl2+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public yelp
 | 
					(define-public yelp
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue