mbakke pushed a commit to branch master
in repository guix.

commit f989dffd2c568de2082d5fe9722588e2fc0cec1f
Author: Marius Bakke <mba...@fastmail.com>
AuthorDate: Sun Apr 26 12:34:59 2020 +0200

    gnu: thinkfan: Adjust for Guile 3.0.
    
    * gnu/packages/linux.scm (thinkfan)[arguments]: Provide explicit destination
    in calls to FORMAT (destination is no longer optional with Guile 3).
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f2d45eb..9a8bbc7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4675,7 +4675,7 @@ feature, and a laptop with an accelerometer.  It has no 
effect on SSDs.")
                     (share (string-append out "/share/" ,name)))
                (substitute* "CMakeLists.txt"
                  (("pkg_check_modules\\((OPENRC|SYSTEMD) .*" _ package)
-                  (format "option(~a_FOUND \"Faked\" ON)\n" package))
+                  (format #f "option(~a_FOUND \"Faked\" ON)\n" package))
                  ;; That was easy!  Now we just need to fix the destinations.
                  (("/etc" directory)
                   (string-append out directory)))

Reply via email to