gnu: seabios: Return #t from all phases.

* gnu/packages/firmware.scm (seabios)[arguments]: Return #t from
the ‘install’ phase.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 07:06:46 +02:00
parent edf075987c
commit 5f82a9d5cc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -209,7 +209,8 @@ (define-public seabios
(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