nckx pushed a commit to branch master
in repository guix.
commit d402f03ca33a1a333459d955fb97b3d2dc4aa623
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Jan 11 13:15:30 2022 +0000
gnu: powercap: Use G-expressions.
* gnu/packages/linux.scm (powercap)[arguments]:
Rewrite as G-expressions.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5f224637ed..65ad3accfe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1734,8 +1734,8 @@ GnuPG-based password manager like @code{pass}.")
(base32 "1vs84fmhdc3w1541vp0f5ydvdsbg0amjdv2g2f8xdvaw01nakxsn"))))
(build-system cmake-build-system)
(arguments
- '(#:configure-flags
- '("-DBUILD_SHARED_LIBS=ON")))
+ (list #:configure-flags
+ #~(list "-DBUILD_SHARED_LIBS=ON")))
(home-page "https://github.com/powercap/powercap")
(synopsis "Utilities for accessing the powercap Linux kernel feature")
(description "This package contains utilities for accessing the powercap