gnu: radeontop: Update to 1.0.
* gnu/packages/linux.scm (radeontop): Update to 1.0. [inputs]: Add libxcb.
This commit is contained in:
		
							parent
							
								
									a01f15759a
								
							
						
					
					
						commit
						a7c61512e4
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -3429,15 +3429,15 @@ developers.")
 | 
				
			||||||
(define-public radeontop
 | 
					(define-public radeontop
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "radeontop")
 | 
					    (name "radeontop")
 | 
				
			||||||
    (version "0.9")
 | 
					    (version "1.0")
 | 
				
			||||||
    (home-page "https://github.com/clbr/radeontop/")
 | 
					    (home-page "https://github.com/clbr/radeontop/")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append home-page "/archive/v" version ".tar.gz"))
 | 
					              (uri (string-append home-page "archive/v" version ".tar.gz"))
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "07fnimn6wwablmdjw0av11hk9a6xilbryh09izq4b2ic4b8md2p7"))))
 | 
					                "1z38nibirqxrbsfyhfcrnzlcw16cqjp4ds6qnjfxalwayf9fm5x9"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases (modify-phases %standard-phases
 | 
					     `(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					@ -3457,6 +3457,7 @@ developers.")
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libdrm" ,libdrm)
 | 
					     `(("libdrm" ,libdrm)
 | 
				
			||||||
       ("libpciaccess" ,libpciaccess)
 | 
					       ("libpciaccess" ,libpciaccess)
 | 
				
			||||||
 | 
					       ("libxcb" ,libxcb)
 | 
				
			||||||
       ("ncurses" ,ncurses)))
 | 
					       ("ncurses" ,ncurses)))
 | 
				
			||||||
    (synopsis "Usage monitor for AMD Radeon graphics")
 | 
					    (synopsis "Usage monitor for AMD Radeon graphics")
 | 
				
			||||||
    (description "RadeonTop monitors resource consumption on supported AMD
 | 
					    (description "RadeonTop monitors resource consumption on supported AMD
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue