gnu: minixml: Update to 2.12.
* gnu/packages/xml.scm (minixml): Update to 2.12. [arguments]: Add the resulting libraries to the build's RUNPATH.
This commit is contained in:
		
							parent
							
								
									ac9f481979
								
							
						
					
					
						commit
						5b59c77585
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -960,7 +960,7 @@ Libxml2).")
 | 
				
			||||||
(define-public minixml
 | 
					(define-public minixml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "minixml")
 | 
					    (name "minixml")
 | 
				
			||||||
    (version "2.11")
 | 
					    (version "2.12")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch/tarbomb)
 | 
					              (method url-fetch/tarbomb)
 | 
				
			||||||
              (uri (string-append "https://github.com/michaelrsweet/mxml/"
 | 
					              (uri (string-append "https://github.com/michaelrsweet/mxml/"
 | 
				
			||||||
| 
						 | 
					@ -968,10 +968,13 @@ Libxml2).")
 | 
				
			||||||
                                  "/mxml-" version ".tar.gz"))
 | 
					                                  "/mxml-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "13xsw8vvkxd10vca42ccdyl9rs64lcvhbfz57aknpl3xcfn8mxma"))))
 | 
					                "1z8nqxa4pqdic8wpixkkgg1m2pak9wjikjjxnk3j5i0d29dbgmmg"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:configure-flags
 | 
				
			||||||
 | 
					       (list (string-append "LDFLAGS=-Wl,-rpath="
 | 
				
			||||||
 | 
					                            (assoc-ref %outputs "out") "/lib"))
 | 
				
			||||||
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after 'unpack 'fix-permissions
 | 
					         (add-after 'unpack 'fix-permissions
 | 
				
			||||||
           ;; FIXME: url-fetch/tarbomb resets all permissions to 555/444.
 | 
					           ;; FIXME: url-fetch/tarbomb resets all permissions to 555/444.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue