guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: powercap: Use G-expressions.


From: guix-commits
Subject: 11/11: gnu: powercap: Use G-expressions.
Date: Wed, 12 Jan 2022 01:29:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d402f03ca33a1a333459d955fb97b3d2dc4aa623
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]