gnu: perf: Add dependency on Python.
* gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2.
This commit is contained in:
parent
2dfed643aa
commit
6c030d1037
|
@ -1719,6 +1719,7 @@ in a digital read-out.")
|
||||||
(inputs
|
(inputs
|
||||||
`(;; ("slang" ,slang)
|
`(;; ("slang" ,slang)
|
||||||
;; ("newt" ,newt)
|
;; ("newt" ,newt)
|
||||||
|
("python" ,python-2) ;'perf' links against libpython
|
||||||
("elfutils" ,elfutils)
|
("elfutils" ,elfutils)
|
||||||
|
|
||||||
;; FIXME: Documentation.
|
;; FIXME: Documentation.
|
||||||
|
|
Loading…
Reference in New Issue