gnu: libxml++: Remove fix-documentation phase.
* gnu/packages/gnome.scm (libxml++) [arguments]: Delete field.
This commit is contained in:
		
							parent
							
								
									555e3a951f
								
							
						
					
					
						commit
						e784cba423
					
				
					 1 changed files with 0 additions and 24 deletions
				
			
		| 
						 | 
					@ -8674,30 +8674,6 @@ the available networks and allows users to easily switch between them.")
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "13jlhz57yjxapplflm8aarczxv6ll3d336y1446mr5n4ylkcc1xz"))))
 | 
					        (base32 "13jlhz57yjxapplflm8aarczxv6ll3d336y1446mr5n4ylkcc1xz"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     (list
 | 
					 | 
				
			||||||
      #:phases
 | 
					 | 
				
			||||||
      #~(modify-phases %standard-phases
 | 
					 | 
				
			||||||
          (add-after 'unpack 'fix-documentation
 | 
					 | 
				
			||||||
            (lambda* (#:key native-inputs inputs #:allow-other-keys)
 | 
					 | 
				
			||||||
              (let* ((xsl-version #$(package-version docbook-xsl))
 | 
					 | 
				
			||||||
                     (xsldoc (string-append "xml/xsl/docbook-xsl-"
 | 
					 | 
				
			||||||
                                            xsl-version)))
 | 
					 | 
				
			||||||
                (substitute* '("examples/dom_xpath/example.xml"
 | 
					 | 
				
			||||||
                               "docs/manual/libxml++_without_code.xml")
 | 
					 | 
				
			||||||
                  (("http://.*/docbookx\\.dtd")
 | 
					 | 
				
			||||||
                   (search-input-file (or native-inputs inputs)
 | 
					 | 
				
			||||||
                                      "xml/dtd/docbook/docbookx.dtd")))
 | 
					 | 
				
			||||||
                (setenv "SGML_CATALOG_FILES"
 | 
					 | 
				
			||||||
                        (search-input-file (or native-inputs inputs)
 | 
					 | 
				
			||||||
                                           (string-append
 | 
					 | 
				
			||||||
                                            xsldoc "/catalog.xml")))
 | 
					 | 
				
			||||||
                (substitute* "docs/manual/docbook-customisation.xsl"
 | 
					 | 
				
			||||||
                  (("http://docbook.sourceforge.net/release/xsl\
 | 
					 | 
				
			||||||
/current/html/chunk.xsl")
 | 
					 | 
				
			||||||
                   (search-input-file (or native-inputs inputs)
 | 
					 | 
				
			||||||
                                      (string-append xsldoc
 | 
					 | 
				
			||||||
                                                     "/html/chunk.xsl"))))))))))
 | 
					 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list libxml2))                    ;required by .pc file
 | 
					     (list libxml2))                    ;required by .pc file
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue