aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-07-08 00:24:27 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-07-08 00:25:47 -0400
commit77b5b1db8321412b90b948421dbe2b920ff22445 (patch)
tree82f875cf1c626e96e64ed167c0968aa842970e08
parent3db685cb2e2ce2a4b29c62d28a66201b2eba018f (diff)
downloadguix-77b5b1db8321412b90b948421dbe2b920ff22445.tar.gz
guix-77b5b1db8321412b90b948421dbe2b920ff22445.zip
gnu: make-crust-package: Remove debugging left-overs.
* gnu/packages/firmware.scm (make-crust-package) [arguments]: Remove pk call and commented error call.
-rw-r--r--gnu/packages/firmware.scm2
1 files changed, 0 insertions, 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 _