[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: conky: Enable WLAN support.
From: |
guix-commits |
Subject: |
13/13: gnu: conky: Enable WLAN support. |
Date: |
Thu, 6 May 2021 18:17:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6d6b720ea023d9bb75cd7d310aa867c99d0321ec
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 00:06:23 2021 +0200
gnu: conky: Enable WLAN support.
* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON"
to #:configure-flags.
[inputs]: Add wireless-tools.
---
gnu/packages/conky.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index a1edc93..ad4d396 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -29,6 +29,7 @@
#:use-module (gnu packages curl)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages image)
+ #:use-module (gnu packages linux)
#:use-module (gnu packages lua)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages pkg-config)
@@ -54,6 +55,7 @@
`(#:configure-flags
(list "-DRELEASE=true"
"-DBUILD_PULSEAUDIO=ON"
+ "-DBUILD_WLAN=ON"
"-DBUILD_TESTS=ON")
#:phases
(modify-phases %standard-phases
@@ -82,7 +84,8 @@
("pulseaudio" ,pulseaudio)
("lua" ,lua)
("ncurses" ,ncurses)
- ("curl" ,curl)))
+ ("curl" ,curl)
+ ("wireless-tools" ,wireless-tools)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(synopsis "Lightweight system monitor for X")
- 06/13: gnu: mcelog: Update to 176., (continued)
- 06/13: gnu: mcelog: Update to 176., guix-commits, 2021/05/06
- 12/13: gnu: conky: Run tests., guix-commits, 2021/05/06
- 09/13: gnu: remind: Run tests., guix-commits, 2021/05/06
- 03/13: gnu: fish: Update to 3.2.2., guix-commits, 2021/05/06
- 08/13: gnu: remind: Update to 3.3.6., guix-commits, 2021/05/06
- 07/13: gnu: aspell-dict-en: Update to 2020.12.07-0., guix-commits, 2021/05/06
- 01/13: gnu: tintin++: Update to 2.02.11., guix-commits, 2021/05/06
- 02/13: gnu: polyml: Update to 5.8.2., guix-commits, 2021/05/06
- 04/13: gnu: txr: Update to 258., guix-commits, 2021/05/06
- 05/13: gnu: lsscsi: Update to 0.32., guix-commits, 2021/05/06
- 13/13: gnu: conky: Enable WLAN support.,
guix-commits <=
- 11/13: gnu: conky: Update to 1.12.2., guix-commits, 2021/05/06