guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: syslinux: Limit the architectures supported.


From: guix-commits
Subject: 02/02: gnu: syslinux: Limit the architectures supported.
Date: Sun, 9 Dec 2018 08:44:01 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8d3f604d9469ff270bf1f95a1da8ad7443e30280
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 9 15:41:12 2018 +0200

    gnu: syslinux: Limit the architectures supported.
    
    * gnu/packages/bootloaders.scm (syslinux)[supported-systems}: New field.
---
 gnu/packages/bootloaders.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index c155228..2a595fa 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -317,6 +317,8 @@ menu to select one of the installed operating systems.")
       (home-page "https://www.syslinux.org";)
       (synopsis "Lightweight Linux bootloader")
       (description "Syslinux is a lightweight Linux bootloader.")
+      ;; The Makefile specifically targets i386 and x86_64 using nasm.
+      (supported-systems '("i686-linux" "x86_64-linux"))
       (license (list license:gpl2+
                      license:bsd-3 ; gnu-efi/*
                      license:bsd-4 ; gnu-efi/inc/* gnu-efi/lib/*



reply via email to

[Prev in Thread] Current Thread [Next in Thread]