From d402f03ca33a1a333459d955fb97b3d2dc4aa623 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 11 Jan 2022 13:15:30 +0000 Subject: 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(-) (limited to 'gnu') 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 -- cgit v1.2.3