diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | 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 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) |
