gnu: glade: Don't patch docbook files.
* gnu/packages/gnome.scm (glade3)[arguments]: Remove phase fix-docbook. [native-inputs]: Add LIBXML2.
This commit is contained in:
		
							parent
							
								
									cce200369f
								
							
						
					
					
						commit
						ced93c14d1
					
				
					 1 changed files with 1 additions and 10 deletions
				
			
		|  | @ -3150,16 +3150,6 @@ API add-ons to make GTK+ widgets OpenGL-capable.") | ||||||
|                        (("g_test_add.*JavaScript.*" all) |                        (("g_test_add.*JavaScript.*" all) | ||||||
|                         (string-append "// " all "\n"))) |                         (string-append "// " all "\n"))) | ||||||
|                      (delete-file "tests/catalogs/gjsplugin.xml"))))) |                      (delete-file "tests/catalogs/gjsplugin.xml"))))) | ||||||
| 
 |  | ||||||
|          (add-before 'configure 'fix-docbook |  | ||||||
|            (lambda* (#:key inputs #:allow-other-keys) |  | ||||||
|              (substitute* "man/meson.build" |  | ||||||
|                (("http://docbook.sourceforge.net/release/xsl/\ |  | ||||||
| current/manpages/docbook.xsl") |  | ||||||
|                 (string-append (assoc-ref inputs "docbook-xsl") |  | ||||||
|                                "/xml/xsl/docbook-xsl-" |  | ||||||
|                                ,(package-version docbook-xsl) |  | ||||||
|                                "/manpages/docbook.xsl"))))) |  | ||||||
|          (add-before 'check 'pre-check |          (add-before 'check 'pre-check | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              (setenv "HOME" "/tmp") |              (setenv "HOME" "/tmp") | ||||||
|  | @ -3182,6 +3172,7 @@ current/manpages/docbook.xsl") | ||||||
|            gobject-introspection |            gobject-introspection | ||||||
|            hicolor-icon-theme |            hicolor-icon-theme | ||||||
|            itstool |            itstool | ||||||
|  |            libxml2                      ;for XML_CATALOG_FILES | ||||||
|            libxslt                      ;for xsltproc |            libxslt                      ;for xsltproc | ||||||
|            python |            python | ||||||
|            python-pygobject |            python-pygobject | ||||||
|  |  | ||||||
		Reference in a new issue