mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: bochs: Remove some more firmware files.
* gnu/packages/virtualization.scm (bochs)[source]: Adjust snippet to remove more firmware files. Change-Id: I8b0b2652df3695664743c946bcc60a75f2f0c134
This commit is contained in:
@@ -2708,8 +2708,12 @@ by default and can be made read-only.")
|
||||
"1al1fx8dbb0ny7a4wbngnz8pqav0nl6rhakb434jqnpka4mm8vyb"))
|
||||
(snippet
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
;; This file is non-free.
|
||||
(delete-file "bios/i440fx.bin")))))
|
||||
(delete-file "bios/i440fx.bin")
|
||||
;; make -C bios bios-clean
|
||||
(for-each delete-file
|
||||
(find-files "bios" "^BIOS-bochs-"))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no test suite
|
||||
|
||||
Reference in New Issue
Block a user