summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-21 14:54:56 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-21 15:16:10 +0100
commitb1fb4b23712d71363355e4cec9eb16e8e8cfcabd (patch)
treeefc6f464319b270c2043634dedb52d97544f0793 /gnu
parente9257d377a60e50b803de2789fce59270a19b801 (diff)
gnu: perf: Build the interactive TUI.
* gnu/packages/linux.scm (perf)[inputs]: Add SLANG.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 58592162458..de39f3262b8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -35,6 +35,7 @@
35 #:use-module (gnu packages perl) 35 #:use-module (gnu packages perl)
36 #:use-module (gnu packages pkg-config) 36 #:use-module (gnu packages pkg-config)
37 #:use-module (gnu packages python) 37 #:use-module (gnu packages python)
38 #:use-module (gnu packages slang)
38 #:use-module (gnu packages algebra) 39 #:use-module (gnu packages algebra)
39 #:use-module (gnu packages gettext) 40 #:use-module (gnu packages gettext)
40 #:use-module (gnu packages glib) 41 #:use-module (gnu packages glib)
@@ -1719,7 +1720,7 @@ in a digital read-out.")
1719 ("perl" ,perl) 1720 ("perl" ,perl)
1720 ("python" ,python-2))) 1721 ("python" ,python-2)))
1721 (inputs 1722 (inputs
1722 `(;; ("slang" ,slang) 1723 `(("slang" ,slang) ;for the interactive TUI
1723 ;; ("newt" ,newt) 1724 ;; ("newt" ,newt)
1724 ("python" ,python-2) ;'perf' links against libpython 1725 ("python" ,python-2) ;'perf' links against libpython
1725 ("elfutils" ,elfutils) 1726 ("elfutils" ,elfutils)