mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: grub: Support for the Hurd.
* gnu/packages/virtualization.scm (qemu)[supported-systems]: Remove the Hurd. * gnu/packages/linux.scm (mdadm)[supported-systems]: Likewise. (lvm2)[supported-systems]: Likewise. (fuse)[supported-systems]: Likewise. * gnu/packages/patches/grub-verifiers-Blocklist-fallout-cleanup.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (grub): Use it. [inputs, native-inputs]: Remove non-supported dependencies on non-supported systems. Fixes build for the Hurd.
This commit is contained in:
parent
eac54126fb
commit
654de94e74
5 changed files with 68 additions and 6 deletions
|
@ -285,7 +285,8 @@ server and embedded PowerPC, and S390 guests.")
|
|||
(license license:gpl2)
|
||||
|
||||
;; Several tests fail on MIPS; see <http://hydra.gnu.org/build/117914>.
|
||||
(supported-systems (delete "mips64el-linux" %supported-systems))))
|
||||
(supported-systems (fold delete %supported-systems
|
||||
'("mips64el-linux" "i586-gnu")))))
|
||||
|
||||
(define-public qemu-minimal
|
||||
;; QEMU without GUI support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue