gnu: seabios: Return #t from all phases.
* gnu/packages/firmware.scm (seabios)[arguments]: Return #t from the ‘install’ phase.
This commit is contained in:
parent
edf075987c
commit
5f82a9d5cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue