From 8d3f604d9469ff270bf1f95a1da8ad7443e30280 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 9 Dec 2018 15:41:12 +0200 Subject: 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(+) (limited to 'gnu/packages/bootloaders.scm') diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index c155228b4d..2a595fafab 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/* -- cgit v1.2.3