Upstream status: Not upstreamed. The build system refuses to cross-compile for unknown targets even though it works fine. Add GNU/Hurd target. --- Python-3.8.5/configure.orig 2020-10-26 14:06:09.665423525 +0100 +++ Python-3.8.5/configure 2020-10-26 14:08:30.987765738 +0100 @@ -3278,6 +3278,9 @@ *-*-vxworks*) ac_sys_system=VxWorks ;; + *-*-gnu) + ac_sys_system=GNU + ;; *) # for now, limit cross builds to known configurations MACHDEP="unknown" @@ -3328,6 +3331,9 @@ *-*-vxworks*) _host_cpu=$host_cpu ;; + *-*-gnu) + _host_cpu=$host_cpu + ;; *) # for now, limit cross builds to known configurations MACHDEP="unknown" ' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/local.mk
AgeCommit message (Expand)Author
2024-06-26etc: Add explicit ‘--substitute-urls’ in guix-daemon service files....Ludovic Courtès
2023-09-24Revert "build: Add missing guix-gc.timer file to binary tarball."...Tobias Geerinckx-Rice
2023-08-31build: Add missing guix-gc.timer file to binary tarball....Maxim Cournoyer
2021-10-01build: Don’t delete ‘guix-gc.timer’ file....Xinglu Chen
2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...Thiago Jung Bauermann
2021-03-30gnu: guix: Fix openrc init scripts....zimoun
2020-10-27maint: Add 'etc/gnu-store.mount.in' to the distribution....Ludovic Courtès
2020-09-17guix-install.sh: Support OpenRC....Morgan Smith
2020-06-27daemon: Remove OpenSSL hash compatibility wrappers....Ludovic Courtès
2020-05-23build: Add a comment above the sysvinit section....Vincent Legoll
2020-05-17etc: Install mount unit only if it exists....Tobias Geerinckx-Rice
2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only....Tobias Geerinckx-Rice
2020-03-11Add system start-up files for guix-daemon....Danny Milosavljevic