gnu: libwacom: Update to 1.7.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.7. [native-inputs]: Add python.
This commit is contained in:
		
							parent
							
								
									9c769ace00
								
							
						
					
					
						commit
						2fd79876f3
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@
 | 
			
		|||
;;; Copyright © 2016 Petter <petter@mykolab.ch>
 | 
			
		||||
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
 | 
			
		||||
;;; Copyright © 2017 Nikita <nikita@n0.is>
 | 
			
		||||
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2017 Marek Benc <dusxmt@gmx.com>
 | 
			
		||||
;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
 | 
			
		||||
;;; Copyright © 2018 Thomas Sigurdsen <tonton@riseup.net>
 | 
			
		||||
| 
						 | 
				
			
			@ -1126,7 +1126,7 @@ Escape key when Left Control is pressed and released on its own.")
 | 
			
		|||
(define-public libwacom
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libwacom")
 | 
			
		||||
    (version "1.6")
 | 
			
		||||
    (version "1.7")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -1134,12 +1134,14 @@ Escape key when Left Control is pressed and released on its own.")
 | 
			
		|||
                    "libwacom-" version "/libwacom-" version ".tar.bz2"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1a5ffxyhl6crspybcfsx5ribgrgkzwfl5w9y32slxbgjwczb473h"))))
 | 
			
		||||
                "0797gc055dgg2jfqijy9823bd83jwr4wb2z9id992qlcr0xmz1rw"))))
 | 
			
		||||
    (build-system glib-or-gtk-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:configure-flags '("--disable-static")))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)))
 | 
			
		||||
     `(("pkg-config" ,pkg-config)
 | 
			
		||||
       ;; For tests.
 | 
			
		||||
       ("python" ,python)))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("gtk+" ,gtk+)
 | 
			
		||||
       ("libgudev" ,libgudev)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue