gnu: seabios: Update to 1.15.0.

* gnu/packages/firmware.scm (seabios): Update to 1.15.0.
[arguments]: Remove trailing #t's.
[native-inputs]: Remove label.
This commit is contained in:
Marius Bakke 2021-12-18 21:23:36 +01:00
parent 91918e9405
commit e839bbc880
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -281,7 +281,7 @@ for platform-specific firmwares executing in M-mode.")
(define-public seabios (define-public seabios
(package (package
(name "seabios") (name "seabios")
(version "1.14.0") (version "1.15.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -290,25 +290,22 @@ for platform-specific firmwares executing in M-mode.")
(commit (string-append "rel-" version)))) (commit (string-append "rel-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0jp4rxsv9jdzvx4gjvkybj6g1yjg8pkd2wys4sdh6c029npp6y8p")))) (base32 "0gnsfmbgcvihsap8sz8c2n3qs439q44i3pwrms2nv3xcnf1sclj9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs (list python-wrapper))
`(("python" ,python-wrapper)))
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'configure (replace 'configure
(lambda _ (lambda _
(setenv "CC" "gcc") (setenv "CC" "gcc")))
#t))
(replace 'install (replace 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(fmw (string-append out "/share/firmware"))) (fmw (string-append out "/share/firmware")))
(mkdir-p fmw) (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") (home-page "https://www.seabios.org/SeaBIOS")
(synopsis "x86 BIOS implementation") (synopsis "x86 BIOS implementation")
(description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS (description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS