gnu: perf: Fix build.
This is a follow-up to commit 843344273c
.
* gnu/packages/linux.scm (perf)[native-inputs]: Add python-3 for
bpf_helpers_doc.py
master
parent
05f3d34094
commit
d9a412bd94
|
@ -3844,7 +3844,8 @@ in a digital read-out.")
|
|||
|
||||
;; There are build scripts written in these languages.
|
||||
("perl" ,perl)
|
||||
("python" ,python-2)))
|
||||
("python2" ,python-2)
|
||||
("python3" ,python-3)))
|
||||
(inputs
|
||||
`(("slang" ,slang) ;for the interactive TUI
|
||||
;; ("newt" ,newt)
|
||||
|
|
Reference in New Issue