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:
Jakub Kądziołka 2020-08-06 01:39:44 +02:00
parent 05f3d34094
commit d9a412bd94
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -3844,7 +3844,8 @@ (define-public perf
;; 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)