[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/237: gnu: syslinux: Drop python2 dependency.
From: |
guix-commits |
Subject: |
95/237: gnu: syslinux: Drop python2 dependency. |
Date: |
Fri, 24 Jan 2025 11:06:41 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 7c0befda995eefb8802910c92f94fe399d4d955d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 31 12:40:28 2024 +0100
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
---
gnu/packages/bootloaders.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index b5cfacca4b..9d4db12f31 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -616,9 +616,7 @@ The SUBDIR argument defaults to \"efi/Guix\", as it is also
the case for
"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 @@ The SUBDIR argument defaults to \"efi/Guix\", as it is also
the case for
(string-append "DATADIR=" %output "/share")
(string-append "MANDIR=" %output "/share/man")
"PERL=perl"
+ "PYTHON=python3"
"bios")
#:strip-flags '("--strip-debug" "--enable-deterministic-archives")
#:phases
- 46/237: gnu: pth: Fix build with gcc-14., (continued)
- 46/237: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/24
- 67/237: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/24
- 62/237: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/24
- 70/237: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2025/01/24
- 73/237: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/24
- 80/237: gnu: gdl-minimal: Fix build with gcc-14., guix-commits, 2025/01/24
- 71/237: gnu: polkit: Fix build with gcc-14., guix-commits, 2025/01/24
- 85/237: gnu: accountsservice: Fix build with gcc-14., guix-commits, 2025/01/24
- 79/237: gnu: gdl: Fix build with gcc-14., guix-commits, 2025/01/24
- 104/237: gnu: directfb: Fix build with gcc-14., guix-commits, 2025/01/24
- 95/237: gnu: syslinux: Drop python2 dependency.,
guix-commits <=
- 76/237: gnu: gtk+-2: Fix build with gcc-14., guix-commits, 2025/01/24
- 98/237: gnu: libmpeg3: Fix build with gcc-14., guix-commits, 2025/01/24
- 86/237: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/01/24
- 108/237: gnu: tracker: Fix build with gcc-14., guix-commits, 2025/01/24
- 114/237: gnu: libimobiledevice: Fix build with gcc-14., guix-commits, 2025/01/24
- 89/237: gnu: libshout: Fix build with gcc-14., guix-commits, 2025/01/24
- 116/237: gnu: libdom: Fix build with gcc-14., guix-commits, 2025/01/24
- 119/237: gnu: libgtop: Update to 2.41.3; fixes build with gcc-14., guix-commits, 2025/01/24
- 88/237: gnu: libcddb: Fix build with gcc-14., guix-commits, 2025/01/24
- 121/237: gnu: openexr: Update to 3.3.2; fixes build with gcc-14., guix-commits, 2025/01/24