mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
3db685cb2e
commit
77b5b1db83
1 changed files with 0 additions and 2 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue