Age | Commit message (Expand) | Author |
2020-10-10 | gnu: acl: Disable tests for the Hurd.•••* gnu/packages/acl.scm (acl)[arguments]: Set #:tests? to #f when building for
the Hurd.
| Jan (janneke) Nieuwenhuizen |
2020-10-10 | gnu: Add nmrpflash.•••* gnu/packages/admin.scm (nmrpflash): New variable.
| Danny Milosavljevic |
2020-10-10 | gnu: Add perl-opengl.•••* gnu/packages/perl.scm (perl-opengl): New variable.
Co-authored-by: Malte Frank Gerdes <malte.f.gerdes@gmail.com>
| Andreas Enge |
2020-10-10 | gnu: stumpwm: Fix the Texinfo manual.•••* gnu/packages/wm.scm (stumpwm)[native-inputs]: Add autoconf & automake.
[arguments]: Bootstrap autotools & configure before making stumpwm.info.
| Tobias Geerinckx-Rice |
2020-10-09 | services: hurd-vm: Add 'gdb-minimal' to the default OS.•••* gnu/services/virtualization.scm (%hurd-vm-operating-system)[packages]:
New field.
| Ludovic Courtès |
2020-10-09 | gnu: source-highlight: Allow cross-compilation.•••* gnu/packages/pretty-print.scm (source-highlight)[arguments]: Add
'skip-doc-directory' when (%current-target-system) is true.
| Ludovic Courtès |
2020-10-09 | gnu: boost: Allow compilation on/to GNU/Hurd.•••* gnu/packages/boost.scm (boost)[arguments]: In 'configure' phase, patch
"#if defined(__MACH__)" to deal with GNU/Hurd.
| Ludovic Courtès |
2020-10-09 | Revert "gnu: guix: Update to commit 5918cb5."•••This reverts commit f08587682a631d3fe30159af838c6766dd65205b. Its hash
mismatched.
| Maxim Cournoyer |
2020-10-09 | system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip.•••* gnu/system/hurd.scm (%base-packages/hurd): Add diffutils, patch, gawk, tar, gzip,
bzip2, xz, and lzip.
| Jan (janneke) Nieuwenhuizen |
2020-10-09 | system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'.•••* gnu/system/hurd.scm (%base-packages/hurd): Change GUILE-3.0 to
GUILE-3.0-LATEST.
| Jan (janneke) Nieuwenhuizen |
2020-10-09 | system: hurd: Add PAM support with shadow and sudo.•••* gnu/system.scm (hurd-default-essential-services): Add
setuid-program-service-type.
* gnu/system/hurd.scm (%base-packages/hurd): Add shadow, sudo.
(%setuid-programs/hurd): New variable.
(%hurd-default-operating-system)[setuid-program]: Use it.
[pam-services, sudoers-file]: Remove overrides; enabling regular defaults.
* gnu/system/examples/bare-hurd.tmpl (%hurd-os)[users]: New field.
[services]: Do not disable PAM in SSH.
| Jan (janneke) Nieuwenhuizen |
2020-10-09 | gnu: guix: Update to commit 5918cb5.•••* gnu/packages/package-management.scm (guix): Update to commit
5918cb5341ecd76304eef2cb529e20896b56f4e5.
| Maxim Cournoyer |
2020-10-09 | gnu: linux-libre 4.19: Update to 4.19.150.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update 4.19.150.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2020-10-09 | gnu: linux-libre 5.4: Update to 5.4.70.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update 5.4.70.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2020-10-09 | gnu: linux-libre: Update to 5.8.14.•••* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.14.
(linux-libre-5.8-pristine-source): Update hash.
| Leo Famulari |
2020-10-09 | gnu: sudo: Remove support for Python plug-ins.•••* gnu/packages/admin.scm (sudo)[inputs], [outputs]: Remove python.
[arguments]: Remove --enable-python/--disable-python configure flags.
Remove 'separate-python-output phase.
| Jan (janneke) Nieuwenhuizen |
2020-10-09 | gnu: emacs-ivy-posframe: Update to 0.5.1.•••* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.1.
| Nicolas Goaziou |
2020-10-09 | gnu: catch2: Update to 2.13.2.•••* gnu/packages/check.scm (catch2): Update to 2.13.2.
| Tobias Geerinckx-Rice |
2020-10-09 | gnu: libsndfile: Update source file hash.•••The tarball was modified in-place to fix ‘incorrect line endings’[0].
Unfortunately, it does more, such as re-bootstrapping with autotools
1.16.2 instead of the previous 1.16.1.
A basic visual inspection of the differences did not find anything out
of order.
[0]: https://github.com/libsndfile/libsndfile/releases/tag/v1.0.30
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Update hash.
| Tobias Geerinckx-Rice |
2020-10-09 | gnu: python-shapely: Remove cythonized files.•••* gnu/packages/python-xyz.scm (python-shapely)[source]: Add snippet to
remove pregenerated cythonized files.
| Efraim Flashner |
2020-10-09 | gnu: python-shapely: Update to 1.7.1.•••* gnu/packages/python-xyz.scm (python-shapely): Update to 1.7.1.
[arguments]: Adjust 'patch-geos-path phase to add more substitutions.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Malte Frank Gerdes |
2020-10-08 | gnu: sunxi-tools: Fix build.•••* gnu/packages/patches/sunxi-tools-remove-sys-io.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (sunxi-tools-source): Add it.
| Danny Milosavljevic |
2020-10-08 | gnu: guix-build-coordinator: Update to 0-1.e701d4d.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-1.e701d4d.
| Christopher Baines |
2020-10-08 | services: guix: Don't use normalized codeset for Guix Data Service.•••This matches up with changes in the Guix Data Service to not use the
normalized codeset.
* gnu/services/guix.scm (guix-data-service-shepherd-services): Change the
LC_ALL codeset to UTF-8.
| Christopher Baines |
2020-10-08 | gnu: discount: Install .pc file.•••* gnu/packages/markup.scm (discount)[native-inputs]: Add pkg-config.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: discount: Update to 2.2.7.•••* gnu/packages/markup.scm (discount): Update to 2.2.7.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: discount: Cross-compile.•••* gnu/packages/markup.scm (discount)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: entr: Remove erroneous use of DESTDIR.•••* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: perl-file-listing: Update to 6.11.•••* gnu/packages/web.scm (perl-file-listing): Update to 6.11.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: borg: Update to 1.1.14.•••* gnu/packages/backup.scm (borg): Update to 1.1.14.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: facter: Update to 4.0.42.•••* gnu/packages/admin.scm (facter): Update to 4.0.42.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: vim: Update to 8.2.1812.•••* gnu/packages/vim.scm (vim): Update to 8.2.1812.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: s6-linux-utils: Update to 2.5.1.3.•••* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.3.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: s6-networking: Update to 2.3.2.0.•••* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.2.0.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: obs: Update to 26.0.2.•••* gnu/packages/video.scm (obs): Update to 26.0.2.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: chrony: Support Network Time Security (NTS).•••* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: chrony: Update to 4.0.•••* gnu/packages/ntp.scm (chrony): Update to 4.0.
| Tobias Geerinckx-Rice |
2020-10-08 | gnu: Add cl-geco.•••* gnu/packages/lisp-xyz.scm (sbcl-geco, cl-geco, ecl-geco): New variables.
| Guillaume Le Vaillant |
2020-10-08 | gnu: python-efl: Update to 1.25.0.•••* gnu/packages/enlightenment.scm (python-efl): Update to 1.25.0.
| Efraim Flashner |
2020-10-08 | gnu: efl: Adjust gdb autoload directory.•••* gnu/packages/enlightenment.scm (efl)[arguments]: Add substitution to
custom 'fix-install-paths phase to install gdb files using correct path.
| Efraim Flashner |
2020-10-08 | gnu: efl: Update to 1.25.1.•••* gnu/packages/enlightenment.scm (efl): Update to 1.25.1.
| Efraim Flashner |
2020-10-08 | hurd-boot: Create /servers/crash.•••* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create
/servers/crash.
| Ludovic Courtès |
2020-10-08 | system: Include 'guile-3.0-latest' in '%base-packages'.•••* gnu/system.scm (%base-packages-utils): Change GUILE-3.0 to
GUILE-3.0-LATEST.
| Ludovic Courtès |
2020-10-08 | gnu: gmsh: Update to 4.6.0.•••Gmsh bundles METIS 5 released with Apache License 2.0 since upstream commit
eaff7f6477fe876991615cfa4b5832bd5f12994b. Instead, Gmsh is linked with the
package 'metis'.
* gnu/packages/maths.scm (gmsh): Update to 4.6.0.
(propagated-inputs): Replace 'opencascade-oce' by 'opencascade-occt', add
'metis'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2020-10-08 | gnu: kdeconnect: Fix launching kdeconnect-app.•••* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtgraphicaleffects,
qtquickcontrols, qtquickcontrols2.
| Efraim Flashner |
2020-10-07 | gnu: Add emacs-windsize.•••* gnu/packages/emacs-xyz.scm (emacs-windsize): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Tomás Ortín Fernández |
2020-10-07 | gnu: giac: Update to 1.6.0-25.•••* gnu/packages/algebra.scm (giac): Update to 1.6.0-25.
[native-inputs]: Add hevea.
| Nicolas Goaziou |
2020-10-07 | services: Fix gdm-autologin pam service.•••* gnu/services/xorg.scm (gdm-pam-service): Mark pam_gdm.so optional.
| Alex Griffin |
2020-10-07 | gnu: htslib: Enable support for custom URI schemes.•••* gnu/packages/bioinformatics.scm (htslib)[arguments]: Enable support for custom URIs.
| Roel Janssen |
2020-10-07 | gnu: eolie: Update to 0.9.99.•••* gnu/packages/gnome.scm (eolie): Update to 0.9.99.
| Tobias Geerinckx-Rice |