[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: seabios: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/11: gnu: seabios: Return #t from all phases. |
Date: |
Thu, 7 Jun 2018 17:59:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5f82a9d5cc0e71797cdea6d4e80a7c9148b8bb92
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jun 6 07:06:46 2018 +0200
gnu: seabios: Return #t from all phases.
* gnu/packages/firmware.scm (seabios)[arguments]: Return #t from
the ‘install’ phase.
---
gnu/packages/firmware.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 7aaa9f3..b00ecd1 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -209,7 +209,8 @@ by the b43-open driver of Linux-libre.")
(let* ((out (assoc-ref outputs "out"))
(fmw (string-append out "/share/firmware")))
(mkdir-p fmw)
- (copy-file "out/bios.bin" (string-append fmw "/bios.bin"))))))))
+ (copy-file "out/bios.bin" (string-append fmw "/bios.bin"))
+ #t))))))
(home-page "https://www.seabios.org/SeaBIOS")
(synopsis "x86 BIOS implementation")
(description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS
- branch master updated (5e88194 -> 2086081), Tobias Geerinckx-Rice, 2018/06/07
- 04/11: gnu: xmlsec: Update to 1.2.26., Tobias Geerinckx-Rice, 2018/06/07
- 02/11: gnu: perl-net-http: Update to 6.18., Tobias Geerinckx-Rice, 2018/06/07
- 03/11: gnu: xcalib: Update to 0.10., Tobias Geerinckx-Rice, 2018/06/07
- 06/11: gnu: seabios: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 07/11: gnu: python-pyxdg: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/07
- 11/11: gnu: ruby-asciidoctor: Update description., Tobias Geerinckx-Rice, 2018/06/07
- 01/11: gnu: perl-cgi: Update to 4.38., Tobias Geerinckx-Rice, 2018/06/07
- 05/11: gnu: gnuastro: Add TIFF support., Tobias Geerinckx-Rice, 2018/06/07
- 08/11: gnu: libngspice: Use C-locale date format., Tobias Geerinckx-Rice, 2018/06/07
- 09/11: gnu: libngspice: Update to 28., Tobias Geerinckx-Rice, 2018/06/07
- 10/11: gnu: inxi: Fix up synopsis & description., Tobias Geerinckx-Rice, 2018/06/07