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
This commit is contained in:
parent
05f3d34094
commit
d9a412bd94
1 changed files with 2 additions and 1 deletions
|
@ -3844,7 +3844,8 @@ in a digital read-out.")
|
||||||
|
|
||||||
;; There are build scripts written in these languages.
|
;; There are build scripts written in these languages.
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python-2)))
|
("python2" ,python-2)
|
||||||
|
("python3" ,python-3)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("slang" ,slang) ;for the interactive TUI
|
`(("slang" ,slang) ;for the interactive TUI
|
||||||
;; ("newt" ,newt)
|
;; ("newt" ,newt)
|
||||||
|
|
Reference in a new issue