[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: perf: Build the interactive TUI.
From: |
Ludovic Courtès |
Subject: |
04/05: gnu: perf: Build the interactive TUI. |
Date: |
Wed, 21 Jan 2015 14:27:18 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit b1fb4b23712d71363355e4cec9eb16e8e8cfcabd
Author: Ludovic Courtès <address@hidden>
Date: Wed Jan 21 14:54:56 2015 +0100
gnu: perf: Build the interactive TUI.
* gnu/packages/linux.scm (perf)[inputs]: Add SLANG.
---
gnu/packages/linux.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5859216..de39f32 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -35,6 +35,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages slang)
#:use-module (gnu packages algebra)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
@@ -1719,7 +1720,7 @@ in a digital read-out.")
("perl" ,perl)
("python" ,python-2)))
(inputs
- `(;; ("slang" ,slang)
+ `(("slang" ,slang) ;for the interactive TUI
;; ("newt" ,newt)
("python" ,python-2) ;'perf' links against libpython
("elfutils" ,elfutils)