Archived
1
0
Fork 0

gnu: powercap: Use G-expressions.

* gnu/packages/linux.scm (powercap)[arguments]:
Rewrite as G-expressions.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-11 13:15:30 +00:00
parent 7c29a0b92e
commit d402f03ca3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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