apteryx pushed a commit to branch master
in repository guix.

commit 77b5b1db8321412b90b948421dbe2b920ff22445
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 8 00:24:27 2023 -0400

    gnu: make-crust-package: Remove debugging left-overs.
    
    * gnu/packages/firmware.scm (make-crust-package)
    [arguments]: Remove pk call and commented error call.
---
 gnu/packages/firmware.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index c3ffcb1d0a..3dcc882e0c 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1164,8 +1164,6 @@ such as:
           (add-before 'build 'defconfig
             (lambda* (#:key make-flags #:allow-other-keys)
               (let ((config-name (string-append #$platform "_defconfig")))
-                (pk 'MAKE-FLAGS: make-flags)
-                                        ;                (error 's)
                 (apply invoke "make" (cons config-name make-flags)))))
           (replace 'install
             (lambda _

Reply via email to