gnu: xf86-video-ati: Update to 6.14.6.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 6.14.6 to circumvent
    build failures.
			
			
This commit is contained in:
		
							parent
							
								
									834ea02ad8
								
							
						
					
					
						commit
						0d011aad10
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -2485,17 +2485,18 @@ autotools system.")
 | 
				
			||||||
(define-public xf86-video-ati
 | 
					(define-public xf86-video-ati
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xf86-video-ati")
 | 
					    (name "xf86-video-ati")
 | 
				
			||||||
    (version "6.14.4")
 | 
					    (version "6.14.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (string-append
 | 
					        (uri (string-append
 | 
				
			||||||
               "mirror://xorg/X11R7.7/src/everything/xf86-video-ati-"
 | 
					               ;; FIXME: When updating, switch back to release uri.
 | 
				
			||||||
 | 
					               "mirror://xorg/individual/driver/xf86-video-ati-"
 | 
				
			||||||
               version
 | 
					               version
 | 
				
			||||||
               ".tar.bz2"))
 | 
					               ".tar.bz2"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "11gg6xn65vym75769hzgzpkjsyhlkrw4zw3ncngriq7vz1g47zjg"))))
 | 
					            "0dpcdgw7vmx53l3byp900na5s980v1nw11a7y5yps67hwjrqclma"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("mesa" ,mesa)
 | 
					    (inputs `(("mesa" ,mesa)
 | 
				
			||||||
              ("xxf86driproto" ,xf86driproto)
 | 
					              ("xxf86driproto" ,xf86driproto)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue