Age | Commit message (Expand) | Author |
2023-06-17 | gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
| Janneke Nieuwenhuizen |
2023-03-30 | gnu: guile-static: Switch to gexps....* gnu/packages/make-bootstrap.scm (make-guile-static): Switch to gexps.
| Ludovic Courtès |
2023-03-09 | gnu: make-bootstrap: Fix static linking of tar....Fixes a regression introduced in
4eda2034201e39edb077f0160554fabbed0e0cdb, which inadvertently commented
out those #:configure-flags.
* gnu/packages/make-bootstrap.scm (%static-inputs)[tar]: Reinstate
'gl_cv_func_working_mktime=yes' configure flag.
| Ludovic Courtès |
2023-03-09 | gnu: guile-static: Adjust to changed input labels....Fixes a regression introduce in
d427ec403800dc5b0b69f3d7c259a7d62eb6c881.
* gnu/packages/make-bootstrap.scm (make-guile-static): Replace "libgc",
not "bdw-gc".
| Ludovic Courtès |
2023-02-28 | gnu: static-binaries: Use gexps....This fixes "guix build static-binaries-tarball".
* gnu/packages/make-bootstrap.scm (%static-inputs): Use gexps.
| Ludovic Courtès |
2023-02-15 | gnu: bootstrap: mes-minimal: Remove packages and tarball....* gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped,
%mes-bootstrap-tarball): Remove.
| Jan (janneke) Nieuwenhuizen |
2023-02-15 | gnu: bootstrap: mescc-tools-static: Remove packages and tarball....* gnu/packages/make-bootstrap.scm (%mescc-tools-static,
%mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): Remove.
| Jan (janneke) Nieuwenhuizen |
2023-02-15 | gnu: bootstrap: bootstrap-tarballs: Remove mes and mescc-tools....* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Remove
%mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball.
| Jan (janneke) Nieuwenhuizen |
2023-01-30 | Merge remote-tracking branch 'origin/master' into core-updates... Conflicts:
doc/guix.texi
gnu/local.mk
gnu/packages/admin.scm
gnu/packages/base.scm
gnu/packages/chromium.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/diffoscope.scm
gnu/packages/freedesktop.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/guile.scm
gnu/packages/inkscape.scm
gnu/packages/llvm.scm
gnu/packages/openldap.scm
gnu/packages/pciutils.scm
gnu/packages/ruby.scm
gnu/packages/samba.scm
gnu/packages/sqlite.scm
gnu/packages/statistics.scm
gnu/packages/syndication.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/copy.scm
guix/scripts/home.scm
| Efraim Flashner |
2023-01-26 | gnu: guile-static: Use 'gcc-ar' and 'gcc-ranlib'....Fixes a regression introduced in
0e480ca7b60428a62fc4681d7aca6c7c067add42 whereby '%guile-static-3.0'
would fail to build with "undefined reference" errors at link time.
Fixes <https://issues.guix.gnu.org/61080>.
Reported by Hilton Chain <hako@ultrarare.space>.
* gnu/packages/make-bootstrap.scm (make-guile-static): Pass 'AR' and
'RANLIB' as #:configure-flags.
| Ludovic Courtès |
2023-01-03 | gnu: %guile-static-3.0: New variable....* gnu/packages/make-bootstrap.scm (%guile-static-3.0): New variable.
(%guile-static-stripped): Use it.
| Maxim Cournoyer |
2023-01-03 | gnu: %guile-static-stripped: Update to Guile 3.0.8....* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Use
guile-3.0-latest, currently at 3.0.8. This resolves a segfault in the Guix
System Linux initrd when running Guile 3.0.7 on a Cortex A9 CPU (NXP i.MX6
Quad).
| Maxim Cournoyer |
2022-09-16 | gnu: glibc-for-bootstrap: Remove obsolete patch....* gnu/packages/patches/glibc-static-nss.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[source](patches):
Remove it.
| Marius Bakke |
2022-06-26 | gnu: binutils: Update to 2.38....If this commit gives a deja vu, you are not dreaming; see commit
3e3a37b2bcb1f23011fde8626559f83504177889.
* gnu/packages/base.scm (binutils): Update to 2.38.
[source](patches): Remove obsolete.
[arguments]: Add #:make-flags.
[properties]: New field.
(binutils+documentation): New variable.
(binutils-gold): Inherit from BINUTILS+DOCUMENTATION.
* gnu/packages/make-bootstrap.scm (%binutils-static)[arguments]: Inherit
#:make-flags.
* gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch,
gnu/packages/patches/binutils-CVE-2021-45078.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |