Age | Commit message (Expand) | Author |
2020-04-26 | gnu: guix: Update to 569c55bee2....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.569c55bee2.
| Jan (janneke) Nieuwenhuizen |
2020-04-26 | gnu: guix: Cross-build fix: override compressors....* gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling,
add `fixup-compressors' stage.
[inputs]: When cross-compiling, add `xz'.
| Jan (janneke) Nieuwenhuizen |
2020-04-26 | gnu: guix: Cross-build workaround: Run native guile for version....We need to take some care here, the native guile is not necessarily always the
same version as the host guile.
* gnu/packages/package-management.scm (guix)[arguments]: Do not attempt to run
host guile for getting effective-version; resort to native guile.
| Jan (janneke) Nieuwenhuizen |
2020-04-26 | gnu: guix: Do not copy bootstrap-guile when cross-compiling....* gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling,
skip copy-bootstrap-guile phase; needed for tests only.
| Jan (janneke) Nieuwenhuizen |
2020-04-26 | Merge branch 'master' into core-updates | Marius Bakke |
2020-04-26 | gnu: python-publicsuffix2: Adjust for Guile 3.0....* gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit
destination in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: nim: Adjust for Guile 3.0....* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls
to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: tpacpi-bat: Adjust for Guile 3.0....* gnu/packages/linux.scm (tpacpi-bat)[arguments]: Provide explicit destination
in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: nmoldyn: Adjust for Guile 3.0....* gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit
destination in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: calcurse: Adjust for Guile 3.0....* gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit
destination in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: thinkfan: Adjust for Guile 3.0....* gnu/packages/linux.scm (thinkfan)[arguments]: Provide explicit destination
in calls to FORMAT (destination is no longer optional with Guile 3).
| Marius Bakke |
2020-04-26 | gnu: Add sylpheed....* gnu/packages/mail.scm (sylpheed): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Eric Brown |
2020-04-26 | gnu: Add xarchiver....* gnu/packages/compression (xarchiver): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Raghav Gururajan |
2020-04-26 | gnu: Add python-osc....* gnu/packages/python-xyz.scm (python-osc): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2020-04-26 | gnu: hugin: Update to 2019.2.0....* gnu/packages/photo.scm (hugin): Update to 2019.2.0.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Evan Straw |
2020-04-26 | gnu: maradns: Fix cross compilation....* gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the
host.
| Arun Isaac |
2020-04-26 | vm: Remove unused import....* gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
| Marius Bakke |
2020-04-26 | gnu: perl-glib: Update to 1.3292....* gnu/packages/glib.scm (perl-glib): Update to 1.3292.
| Efraim Flashner |
2020-04-25 | gnu: svt-av1: Update to 0.8.2....* gnu/packages/video.scm (svt-av1): Update to 0.8.2.
| Leo Famulari |
2020-04-25 | gnu: arm-trusted-firmware: Update to 2.3....* gnu/packages/firmware (make-arm-trusted-firmware): Update to 2.3.
[source]: Remove hdcp patch.
* gnu/packages/patches/arm-trusted-firmware-disable-hdcp.patch: Remove patch.
* gnu/local.mk: Update accordingly.
| Vagrant Cascadian |
2020-04-26 | gnu: Add sbcl-stumpwm-globalwindows....* gnu/packages/wm.scm (sbcl-stumpwm-globalwindows): New variable.
| Oleg Pykhalov |
2020-04-26 | tests: Add 'guile-final' to the installation test GC roots....* gnu/tests/install.scm (run-install): Add GUILE-FINAL to
OPERATING-SYSTEM-WITH-GC-ROOTS.
| Marius Bakke |
2020-04-25 | doc: guix: Fix some markup....* doc/guix.texi (Build Systems):
(Base Services):
(X Window):
(Printing Services):
(Mail Services):
(Messaging Services):
(LDAP Services):
(Virtualization Services):
(Version Control Services): Use @samp, @code and double quotes where
appropriate.
| Nicolas Goaziou |
2020-04-25 | doc: cookbook: Fix quotes....* doc/guix-cookbook.texi (Basic setup with manifests):
(Default profile):
(The benefits of manifests): Use proper quotes in regular texts.
| Nicolas Goaziou |
2020-04-25 | gnu: pavucontrol: Fix icons....* gnu/packages/pulseaudio.scm (pavucontrol): Fix icons.
[build-system]: Use glib-or-gtk-build-system instead of gnu-build-system.
[inputs]: Add adwaita-icon-theme. Re-order inputs.
Since the adwaita icon theme is hard-coded in the application, there is
no choice for the user anyway. So added adwaita-icon-theme to inputs and
changed build-system to glib-or-gtk to fix loading of icons.
| Raghav Gururajan |
2020-04-25 | gnu: fontmanager: Update to 0.7.7....* gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.
| Boris A. Dekshteyn |
2020-04-25 | gnu: python-webob: Update to 1.8.3...* gnu/packages/python-web.scm (python-webob): Update to 1.8.3.
| Holger Peters |
2020-04-25 | gnu: python-pastedeploy: Update to 2.1.0...* gnu/packages/python-web.scm (python-pastedeploy): Update to 2.1.0.
[arguments]: Add test-target.
[native-inputs]: Replace python-nose with python-pytest and python-pytest-runner.
| Holger Peters |
2020-04-25 | gnu: elixir: Update to 1.10.3....* gnu/packages/elixir.scm (elixir): Update to 1.10.3.
| Oskar Köök |
2020-04-25 | gnu: flowee: Update to 2020.03.2...* gnu/packages/finance.scm (flowee): Update to 2020.03.2
| TomZ |
2020-04-25 | gnu: texlive-latex-pdfx: Fix typo....* gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Matthew Kraai |
2020-04-25 | news: Add ‘de’ translation....* etc/news.scm: Add a ‘de’ translation.
| Florian Pelz |
2020-04-25 | gnu: python-reportlib: Update to 3.5.42....* gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
| Efraim Flashner |
2020-04-25 | gnu: python-reportlib: Add missing libraries....* gnu/packages/pdf.scm (python-reportlib)[arguments]: Add
'use-system-libart' configure flag. Add custom phase to find libraries.
[inputs]: Add libart-lgpl, font-curve-files.
| Efraim Flashner |
2020-04-25 | gnu: Add osicat....* gnu/packages/lisp-xyz.scm (closicat, sbcl-osicat): New variables.
| Pierre Neidhardt |
2020-04-25 | services: shepherd: Cross-compilation fix....Fixes <https://bugs.gnu.org/40839>.
Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
Fix suggested by Mathieu Othacehe <m.othacehe@gmail.com>
However, <https://bugs.gnu.org/29296> still applies; %current-target-system
may not be bound.
* gnu/services/shepherd.scm (scm->go): Use `with-target' when cross-compiling.
| Jan (janneke) Nieuwenhuizen |
2020-04-24 | gnu: webkitgtk: Update to 2.28.2....* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
| Mark H Weaver |
2020-04-24 | gnu: linux-libre@5.6: Update deblob scripts....* gnu/packages/linux.scm (deblob-scripts-5.6): Update to 5.6.7.
| Mark H Weaver |
2020-04-24 | gnu: u-boot: Update to 2020.04....* gnu/packages/bootloaders (u-boot): Update to 2020.04.
[native-inputs]: Replace sdl with sdl2.
Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
| Pierre Langlois |
2020-04-25 | gnu: Add maradns....* gnu/packages/dns.scm (maradns): New variable.
| Arun Isaac |
2020-04-25 | gnu: python-geventhttpclient: Disable test that fails with Python 3.8....* gnu/packages/python-web.scm (python-geventhttpclient)[arguments]: In the
check phase, add pytest flag to filter broken test. While at it, don't
reorder the phase, as it now runs after install by default.
| Marius Bakke |
2020-04-24 | gnu: linux-libre@4.14: Update to 4.14.177....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.177.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2020-04-24 | gnu: linux-libre@4.9: Update to 4.9.220....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.220.
(linux-libre-4.9-pristine-source): Update hash.
| Mark H Weaver |
2020-04-24 | gnu: linux-libre@4.4: Update to 4.4.220....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.220.
(linux-libre-4.4-pristine-source): Update hash.
| Mark H Weaver |
2020-04-24 | gnu: python-aiohttp: Disable tests that fail with Python 3.8....* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Delete failing tests.
| Marius Bakke |
2020-04-24 | gnu: pdfpc: Upgrade to 4.4.0...* gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jack Hill |
2020-04-24 | gnu: python-pytest-timeout: Update to 1.3.4....* gnu/packages/check.scm (python-pytest-timeout): Update to 1.3.4.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-PEXPECT.
| Marius Bakke |
2020-04-24 | gnu: Add ktsuss....* gnu/packages/admin.scm (ktsuss): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Raghav Gururajan |
2020-04-24 | gnu: spacefm: Add dependencies for extra functionality....* gnu/packages/lxde.scm (spacefm): Add dependencies for extra functionality.
Adding these inputs and making required changes to build-system+arguments;
provides icons, privilege-management and disk-management.
| Raghav Gururajan |
2020-04-24 | doc: cookbook: Use @file for file names and extensions....* doc/guix-cookbook.texi (@samp{GUIX_PACKAGE_PATH}):
(Extended example):
(Setting up a bind mount):
(Basic setup with manifests):
(Default profile): Use @file instead of @samp or @code for file names and
extensions.
| Nicolas Goaziou |