gnu: syslinux: Drop python2 dependency.

* gnu/packages/bootloaders.scm (syslinux)[native-inputs]: Remove labels, use
python3.
[arguments]: Add PYTHON=python3 to #:make-flags.

Change-Id: I4643f71d6cf91d0adcc42dad433e67398d399ff2
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-31 12:40:28 +01:00
parent 0b60209c81
commit 07b08dda79
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -616,9 +616,7 @@ (define-public syslinux
"syslinux-strip-gnu-property.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("nasm" ,nasm)
("perl" ,perl)
("python-2" ,python-2)))
(list nasm perl python))
(inputs
`(("libuuid" ,util-linux "lib")
("mtools" ,mtools)))
@ -632,6 +630,7 @@ (define-public syslinux
(string-append "DATADIR=" %output "/share")
(string-append "MANDIR=" %output "/share/man")
"PERL=perl"
"PYTHON=python3"
"bios")
#:strip-flags '("--strip-debug" "--enable-deterministic-archives")
#:phases