~ruther/guix-local

54ff5d33739ae95c19f4ed5bea38d2613f6f7d3c — Danny Milosavljevic 1 year, 5 months ago 8a3e8f3
gnu: tlp: Read config files from /etc.

* gnu/packages/linux.scm (tlp)[arguments]<#:make-flags>: Set TLP_CONFUSR, TLP_CONFDIR.

Change-Id: Ie1e6e6d0d706478422f362a04b410787cdc5498f
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -0
@@ 8169,6 8169,8 @@ interface in sysfs, which can be accomplished with the included udev rules.")
     ;; XXX: The full test suite is run with "checkall" but it requires
     ;; "checkbashisms" and "perlcritic", not yet packaged in Guix.
     (list
      #:make-flags
      #~(list "TLP_CONFUSR=/etc/tlp.conf" "TLP_CONFDIR=/etc/tlp.d")
      #:test-target "shellcheck"
      #:modules '((guix build gnu-build-system)
                  (guix build utils)