gnu: make-crust-package: Remove debugging left-overs.

* gnu/packages/firmware.scm (make-crust-package)
[arguments]: Remove pk call and commented error call.
This commit is contained in:
Maxim Cournoyer 2023-07-08 00:24:27 -04:00
parent 3db685cb2e
commit 77b5b1db83
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1164,8 +1164,6 @@ (define (make-crust-package platform)
(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 _