mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
0b60209c81
commit
07b08dda79
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue