diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-06-08 23:34:49 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-06-08 23:37:17 +0300 |
commit | 525d8a1a60b5a3e7dc6759e7fb8af7522758028a (patch) | |
tree | 4e3a79fe7e6d3c45b355bd6e98df7a73111bc8e9 | |
parent | 3771d2e0c466ec8e4f2011f9cbe7e730e72868d7 (diff) |
gnu: bwm-ng: Fix building on "riscv64-linux-gnu".
* gnu/packages/networking.scm (bwm-ng): Fix building on "riscv64-linux-gnu".
[inputs]: Add libstatgrab.
Change-Id: I335add4b7e768c3bf70a9e3316338ac24c4d7245
-rw-r--r-- | gnu/packages/networking.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 4e3ac931cf..85a4e48e8e 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -151,6 +151,7 @@ #:use-module (gnu packages libusb) #:use-module (gnu packages linux) #:use-module (gnu packages logging) + #:use-module (gnu packages lxqt) #:use-module (gnu packages lua) #:use-module (gnu packages kerberos) #:use-module (gnu packages man) @@ -2178,7 +2179,7 @@ reusing frequently-requested web pages.") (native-inputs (list autoconf automake)) (inputs - (list ncurses)) + (list libstatgrab ncurses)) (synopsis "Console based live network and disk I/O bandwidth monitor") (description "Bandwidth Monitor NG is a small and simple console based live network and disk I/O bandwidth monitor.") |