summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-20gnu: guix: Fix cross build of documentation translations.Janneke Nieuwenhuizen
This fixes building guix-ru.info when building (for the Hurd) guix.ru.texi:3489: @node `??????????????????????' previously defined guix.ru.texi:2535: here is the previous definition as @node make[2]: *** [Makefile:5287: doc/guix.ru.info] Error 1 and building guix-zn-CN.info when building (for the Hurd) guix.zh_CN.texi:651: @node `??????' previously defined guix.zh_CN.texi:522: here is the previous definition as @node make[2]: *** [Makefile:5352: doc/guix.zh_CN.info] Error 1 and building guix-cookbook.ko when building (for the Hurd) guix-cookbook.ko.texi:781: @node `??????' previously defined guix-cookbook.ko.texi:522: here is the previous definition as @node make[2]: *** [Makefile:5549: doc/guix-cookbook.ko.info] Error 1 * gnu/packages/package-management.scm (guix)[native-inputs]: Add libc-utf8-locales-for-target. Change-Id: I561b4da84b31b343e515559feb90d773b1cf440a
2024-01-19gnu: netdde: Fix building libdde_linux26.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (netdde)[arguments]: Set "ARCH=x86" in make-flags. Change-Id: I24760f55fd0ae231f4a73bda158c70c2ac880723
2024-01-19gnu: hurd: Fix building libdde_linux26.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (hurd)[arguments]: In phases `build-libdde-linux' and `install-goodies', also set ARCH=x86. Change-Id: I2e7f14afda03c9e21ba9c3b24e195a00ae141701
2024-01-19Revert "gnu: hurd: Add gnumach-headers as native input."Janneke Nieuwenhuizen
gnumach-headers[-cross] are contained in the toolchain; it was only the `include/mach/machine' symlink that was missing. This reverts commit 2dd16f46766997c0b3e4ee973ce6e792a4d84fcb.
2024-01-19gnu: glibc/hurd: Install include/mach/machine symlink.Janneke Nieuwenhuizen
* gnu/packages/base.scm (glibc): When building for the Hurd, add phase `create-machine-symlink'. * gnu/packages/cross-base.scm (cross-libc*): Likewise. Change-Id: I61fa081ce081f05bed918a438fd9d4eec94ef4bf
2024-01-19gnu: hurd: Add gnumach-headers as native input.Janneke Nieuwenhuizen
This provides the include/mach/machine/mach_i386.h. * gnu/packages/hurd.scm (hurd)[native-inputs]: Add gnumach-headers, or gnumach-headers-cross when cross-building. [arguments]: Remove #t from phases. Change-Id: Id57e0cf184c7793be52192bdc5587c6e6ef2a312
2024-01-19gnu: gnumach-headers: Also build and install new `machine' symlink.Janneke Nieuwenhuizen
This is a follow-up to commit fe83aaf28369dd0548be6ced8a1f007eede01ded gnu: glibc/hurd: Update to 2.38. and fixes No rule to make target 'mach/machine/mach_i386.h', needed by 'trivfs_server.o'. Stop. * gnu/packages/hurd.scm (gnumach-headers)[arguments]: In phase `install' also build `install-data-hook'. Change-Id: I1985a17fa4a3fb789fe75791c2f9f4c8fd225d9a
2024-01-18gnu: dde-sources: Update to 066797b576.Janneke Nieuwenhuizen
This fixes the build with reinforced build options: condvar.c: In function ‘ddekit_condvar_init’: condvar.c:16:19: error: old-style function definition [-Werror=old-style-definition] 16 | ddekit_condvar_t *ddekit_condvar_init() { | ^~~~~~~~~~~~~~~~~~~ * gnu/packages/hurd.scm (dde-sources): Update to 066797b576ebf8364ad157f50bef2a655597deeb. Change-Id: Icf6f97897852e21dfcf9b77629fde4ce6a7d1469
2024-01-17gnu: evolution-data-server: Use C.UTF-8 locale in test.Josselin Poiret
* gnu/packages/gnome.scm (evolution-data-server): Use C.UTF-8 locale in test. Change-Id: I8e35a9c96cc89bcd19d8e00472c2ccadf2bd5875
2024-01-17gnu: python-matplotlib: Fix flaky Legend loc test.Josselin Poiret
* gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-matplotlib): Use it. Change-Id: I0b488844d7b34a718b7294134b8c954492c9b697
2024-01-17gnu: ffmpeg-4: Fix build with binutils ≥ 2.41.Josselin Poiret
* gnu/packages/patches/ffmpeg-4-binutils-2.41.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/video.scm (ffmpeg-4): Use it. Change-Id: I07ec3525edb220d85e086e145b9561ea3d084b6c
2024-01-17gnu: ibus-minimal: Fix wrapping phase name.Josselin Poiret
* gnu/packages/ibus.scm (ibus-minimal): Use actual name 'glib-or-gtk-wrap instead of bogus 'wrap-program. Change-Id: Ia0088260e9005ce25e6147b58a82a94f4b73f70b
2024-01-17gnu: parted: Use C.UTF-8 for Unicode tests.Josselin Poiret
* gnu/packages/disk.scm (parted): Switch back from en_US.utf8 to the initially upstream-intended C.UTF-8. Change-Id: I96352abeecd0f63d64fdaa826a24c9564ef16616
2024-01-17gnu: ghc: Fix build with binutils ≥ 2.39.Josselin Poiret
ld warns about exec stack now, making some tests fail. Fix them (and also remove an unwarranted exec stack from libHSrts along with it). * gnu/packages/patches/ghc-9-StgCRunAsm-only-when-needed.patch * gnu/packages/patches/ghc-testsuite-recomp015-execstack.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/haskell.scm (ghc-8.6, ghc-8.8, ghc-8.10, ghc-9.0, ghc-9.2, ghc-9.4): Use them. Change-Id: I8e5fc71d7394527d44ff37b1f9bd59d4971ec010
2024-01-17gnu: ghc-9.2: Remove unneeded glibc 2.33 patch.Josselin Poiret
* gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch: Remove. * gnu/local.mk (dist_patch_DATA): Unregister. * gnu/packages/haskell.scm (ghc-9.2): Remove patch use. Change-Id: I7d305dadb627f6af55e4a5faabfc835e4a78a05b
2024-01-17gnu: glibc-locales: Fix build.Josselin Poiret
Change-Id: I34112114b76e75cb2e517d0965286ba8c11a5d6c * gnu/packages/base.scm (make-glibc-locales): Delete the new glibc 'install-utf8-c-locale phase. Change-Id: I843ea0a4fb34dba42e3a2e5ceafb85db7060089f
2024-01-17gnu: python-pillow: Fix build with zlib 1.3.Josselin Poiret
* gnu/packages/patches/python-pillow-use-zlib-1.3.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-pillow): Use it. Change-Id: I97e706c11f616c42fb604cb616a94663f389a376
2024-01-17gnu: liboauth: Use C unicode locale in tests.Josselin Poiret
* gnu/packages/web.scm (liboauth): Use C unicode locale in tests. Change-Id: I1ff7da64912fbba5ae427f77b912dd9dff4e239a
2024-01-17gnu: glib: Fix build with glibc 2.38.Josselin Poiret
* gnu/packages/patches/glib-gerror-null-format.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/glib.scm (glib-next): Use it. Change-Id: I5bef91009b79a990f9f38b72e4168e9605281be8
2024-01-17gnu: flite: Disable parallel build.Josselin Poiret
* gnu/packages/speech.scm (flite): Disable parallel build. Change-Id: I86caba27b925eb9105a5543ba5e4e87af6cffd5a
2024-01-17gnu: docbook2x: Fix build.Josselin Poiret
* gnu/packages/docbook.scm (docbook2x): Build from source and fix build. Change-Id: Iefc3e068217875b5de5e79369b24a55b573df042
2024-01-17gnu: glib-networking: Disable broken TLS1.2 test.Josselin Poiret
* gnu/packages/patches/glib-networking-disable-connection-tls1.2-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (glib-networking): Use it. Change-Id: Ic6b48cb90919e133356d688df692f15ca9a51e79
2024-01-17gnu: gpgme: Hardcode gpg binaries' location.Josselin Poiret
* gnu/packages/gnupg.scm (gpgme): Pass the gpg binaries' location to configure. Change-Id: I13d8e4d97cd93fffa6e3d1a6e39972e08ed69376
2024-01-17gnu: zig: Remove unneeded librt patch.Josselin Poiret
* gnu/packages/patches/zig-do-not-link-against-librt.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Unregister. * gnu/packages/zig.scm (zig-0.9, zig-0.10): Remove patch. Change-Id: Ifc6c811671827aeb8ae4c191020ef724847abebe
2024-01-17gnu: sway: Fix build with newer libinput.Josselin Poiret
* gnu/packages/patches/sway-add-libinput-config-accel.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/wm.scm (sway): Use it. Change-Id: I6e1c9f4efd33eeb2922550156d560f7125a620b4
2024-01-17gnu: ruby@2.7: Ungraft.Ludovic Courtès
* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.8. [replacement]: Remove. (ruby-2.7-fixed): Remove. Change-Id: I96c8542f606dddda75fcf897dac8a38d6d4d7051
2024-01-17gnu: libvpx: Ungraft.Ludovic Courtès
* gnu/packages/video.scm (libvpx)[replacement]: Remove. [source](patches): Add “libvpx-CVE-2023-5217.patch”. (libvpx/fixed): Remove. Change-Id: I6de247a0fe7e8e09772513386cd0696bebe34afd
2024-01-17gnu: inetutils: Update to 2.5.Ludovic Courtès
* gnu/packages/admin.scm (inetutils): Update to 2.5. Change-Id: I345c27f45a1d00c27c0acda82dee96077002acef
2024-01-17gnu: shadow: Remove input labels.Ludovic Courtès
* gnu/packages/admin.scm (shadow)[arguments]: In ‘set-runtime-shell’, use ‘search-input-file’. [inputs]: Remove labels. Change-Id: I1ce9d93f425c77f901d8e21b37d1a069824cab45
2024-01-17gnu: meson: Update to 1.1.1 and ungraft.Ludovic Courtès
* gnu/packages/build-tools.scm (meson): Update to 1.1.1. [replacement]: Remove. (meson/newer): Remove. * gnu/packages/pdf.scm (capypdf)[arguments]: Remove #:meson. Change-Id: I77dd9203461e8dd635753ec742bd8046dd63e3f9
2024-01-17gnu: dfc: Remove input labels.Ludovic Courtès
* gnu/packages/admin.scm (dfc)[native-inputs]: Remove label. Change-Id: I2f67a109a9ebada64457241adffd1d57e9cba3b6
2024-01-17gnu: daemonize: Fix typo in description.Ludovic Courtès
* gnu/packages/admin.scm (daemonize)[description]: Fix trpo. Change-Id: I60023e7c6d3a6422bb6d44cb0633b6bbdc76938e
2024-01-17Merge branch 'master' into core-updatesLudovic Courtès
Change-Id: Ide7e5cf1c651f193994c02305b6baa4bea4e165f
2024-01-17home: fontutils: Don't install fontconfig.Efraim Flashner
* gnu/home/services/fontutils.scm (home-fontconfig-service-type): Don't add fontconfig to the profile. Change-Id: I28208461efdfa4a585ee61db3a23bed05eb38d02
2024-01-17home: services: zsh: Use unified zprofile.Efraim Flashner
* gnu/home/services/shells.scm (zsh-file-zprofile): Use the zprofile defined in (gnu system shadow) as a base. Change-Id: Iaf4c4f66d1ccbc0bd0166136b3d082229bdec201
2024-01-17system: default-zprofile: Sync with home zprofile.Efraim Flashner
The removed fields are already sourced in /etc/profile. * gnu/system/shadow.scm (%default-zprofile): Sync with default zprofile from (gnu home services shells). Change-Id: I419eadf636344e23e8fd2f7006efa81f45527756
2024-01-17system: Add default guix-home-config.Efraim Flashner
* gnu/system/shadow.scm (%deafult-skeleton-home-config): New variable. (default-skeletons): Add it. Change-Id: Ida4cca8b1b3674491a4f18d94bc1b12d426575ba
2024-01-17system: Export default guile config.Efraim Flashner
* gnu/system/shadow.scm (%default-dotguile): Extract from default-skeletons, export. (default-skeletons): Use %default-dotguile. Change-Id: Ibe91b3b517ae542bd28070a08e14152f87ed75ec
2024-01-17system: Export default nanorc.Efraim Flashner
* gnu/system/shadow.scm (%default-nanorc): Extract from default-skeletons, export. (default-skeletons): Use %default-nanorc. Change-Id: I0d07b13ed4894b1152a08b96d9ef8527dde073ce
2024-01-17system: Export default gdbinit.Efraim Flashner
* gnu/system/shadow.scm (%default-gdbinit): Extract from default-skeletons, export. (default-skeletons): Use %default-gdbinit. Change-Id: Ia5188f8083a83ad4cdb96e234dbd730b1bfe0072
2024-01-17system: Export default xdefaults.Efraim Flashner
* gnu/system/shadow.scm (%default-xdefaults): Extract from default-skeletons, export. (default-skeletons): Use %default-xdefaults. Change-Id: I44018516ec3687a68d32ca5c86c41bc29507a273
2024-01-17system: Export default zprofile.Efraim Flashner
* gnu/system/shadow.scm (%default-zprofile): Extract from default-skeletons, export. (default-skeletons): Use %default-zprofile. Change-Id: I6c6e158bca2e462a2eae709fbc2c25a2c7f3f8b4
2024-01-17system: Export default bash-profile.Efraim Flashner
gnu/system/shadow.scm (%default-bash-profile): Extract from default-skeletons, export. (default-skeletons): Use %default-bash-profile. Change-Id: I45641b1091daee3495a5f92bdc1a63050e0cc59e
2024-01-17gnu: hurd: Prettify origin file names.Ludovic Courtès
* gnu/packages/hurd.scm (hurd-headers): Drop “v” from ‘version’ string. (dde-sources): Strip COMMIT in ‘file-name’ field. (rumpkernel)[source]: Pass VERSION rather than COMMIT to ‘git-file-name’. Change-Id: I403048d5ba79ef410383c567157aca416843a529
2024-01-16teams: Add Wilko Meyer to kernel.Wilko Meyer
* etc/teams.scm: Add Wilko Meyer. Change-Id: Ia7b85a090a4d8e81689bd137e1d12cb3708aa760 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-16gnu: abjad-ext-ipython: Fix build.Sharlatan Hellseher
* gnu/packages/music.scm (abjad-ext-ipython): Fix build. [propagated-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Id20c0527e61b8be194c5387c6c43fdf82ab5ff09
2024-01-16gnu: python-deepdish: Fix build.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-deepdish): Fix build. [build-system]: Swap to pyproject-build-system. [arguments]<#:test-flags>: Silent failing tests. Change-Id: I4c4df66fc80434aaf5b95a7a62b83e0c1c02a4c6
2024-01-16import/cran: Add more invalid package names and translations.Ricardo Wurmus
These were encountered in a mass import of Bioconductor packages. * guix/import/cran.scm (invalid-packages): Add "rtools". (transform-sysname): Add aliases for Python and bioinformatics packages. Change-Id: I97e13cee10c2ee85d4b9296d91afccbdbcec4946
2024-01-16import/cran: Add more invalid package names and translations.Ricardo Wurmus
* guix/import/cran.scm (invalid-packages): Add "build-essential". (transform-sysname): Add aliases for openssl, libxml2, and zlib. Change-Id: Ia142ebc388dbcd47caf3b2c5165bc21227bc1832
2024-01-16gnu: Add samtools-1.14.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (samtools-1.14): New variable. Change-Id: I0bd35b3865d7a417f55f1f768f7eb0c78a795e0f