gnu: powercap: Use G-expressions.
* gnu/packages/linux.scm (powercap)[arguments]: Rewrite as G-expressions.
parent
7c29a0b92e
commit
d402f03ca3
|
@ -1734,8 +1734,8 @@ GnuPG-based password manager like @code{pass}.")
|
||||||
(base32 "1vs84fmhdc3w1541vp0f5ydvdsbg0amjdv2g2f8xdvaw01nakxsn"))))
|
(base32 "1vs84fmhdc3w1541vp0f5ydvdsbg0amjdv2g2f8xdvaw01nakxsn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
(list #:configure-flags
|
||||||
'("-DBUILD_SHARED_LIBS=ON")))
|
#~(list "-DBUILD_SHARED_LIBS=ON")))
|
||||||
(home-page "https://github.com/powercap/powercap")
|
(home-page "https://github.com/powercap/powercap")
|
||||||
(synopsis "Utilities for accessing the powercap Linux kernel feature")
|
(synopsis "Utilities for accessing the powercap Linux kernel feature")
|
||||||
(description "This package contains utilities for accessing the powercap
|
(description "This package contains utilities for accessing the powercap
|
||||||
|
|
Reference in New Issue