mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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
|
(add-before 'build 'defconfig
|
||||||
(lambda* (#:key make-flags #:allow-other-keys)
|
(lambda* (#:key make-flags #:allow-other-keys)
|
||||||
(let ((config-name (string-append #$platform "_defconfig")))
|
(let ((config-name (string-append #$platform "_defconfig")))
|
||||||
(pk 'MAKE-FLAGS: make-flags)
|
|
||||||
; (error 's)
|
|
||||||
(apply invoke "make" (cons config-name make-flags)))))
|
(apply invoke "make" (cons config-name make-flags)))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue