diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-21 13:50:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-21 15:16:10 +0100 |
commit | 6c030d1037f11483a001391e8779bf627dec6735 (patch) | |
tree | 65e67fecd50e5f3bc6f68e8e6dd66c0960502274 /gnu | |
parent | 2dfed643aaa78ea20634bb2f851299ebbb2a2f9f (diff) | |
download | gnu-guix-6c030d1037f11483a001391e8779bf627dec6735.tar gnu-guix-6c030d1037f11483a001391e8779bf627dec6735.tar.gz |
gnu: perf: Add dependency on Python.
* gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 972c5891b1..3224b4b100 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1719,6 +1719,7 @@ in a digital read-out.") (inputs `(;; ("slang" ,slang) ;; ("newt" ,newt) + ("python" ,python-2) ;'perf' links against libpython ("elfutils" ,elfutils) ;; FIXME: Documentation. |