summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-04-26gnu: guix: Cross-build workaround: Run native guile for version.Jan (janneke) Nieuwenhuizen
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.
2020-04-26gnu: guix: Do not copy bootstrap-guile when cross-compiling.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling, skip copy-bootstrap-guile phase; needed for tests only.
2020-04-26Merge branch 'master' into core-updatesMarius Bakke
2020-04-26gnu: python-publicsuffix2: Adjust for Guile 3.0.Marius Bakke
* gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit destination in calls to FORMAT.
2020-04-26gnu: nim: Adjust for Guile 3.0.Marius Bakke
* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls to FORMAT.
2020-04-26gnu: tpacpi-bat: Adjust for Guile 3.0.Marius Bakke
* gnu/packages/linux.scm (tpacpi-bat)[arguments]: Provide explicit destination in calls to FORMAT.
2020-04-26gnu: nmoldyn: Adjust for Guile 3.0.Marius Bakke
* gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit destination in calls to FORMAT.
2020-04-26gnu: calcurse: Adjust for Guile 3.0.Marius Bakke
* gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit destination in calls to FORMAT.
2020-04-26gnu: thinkfan: Adjust for Guile 3.0.Marius Bakke
* gnu/packages/linux.scm (thinkfan)[arguments]: Provide explicit destination in calls to FORMAT (destination is no longer optional with Guile 3).
2020-04-26gnu: Add sylpheed.Eric Brown
* gnu/packages/mail.scm (sylpheed): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26gnu: Add xarchiver.Raghav Gururajan
* gnu/packages/compression (xarchiver): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26gnu: Add python-osc.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-osc): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26gnu: hugin: Update to 2019.2.0.Evan Straw
* gnu/packages/photo.scm (hugin): Update to 2019.2.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26gnu: maradns: Fix cross compilation.Arun Isaac
* gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the host.
2020-04-26vm: Remove unused import.Marius Bakke
* gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
2020-04-26gnu: perl-glib: Update to 1.3292.Efraim Flashner
* gnu/packages/glib.scm (perl-glib): Update to 1.3292.
2020-04-25gnu: svt-av1: Update to 0.8.2.Leo Famulari
* gnu/packages/video.scm (svt-av1): Update to 0.8.2.
2020-04-25gnu: arm-trusted-firmware: Update to 2.3.Vagrant Cascadian
* 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.
2020-04-26gnu: Add sbcl-stumpwm-globalwindows.Oleg Pykhalov
* gnu/packages/wm.scm (sbcl-stumpwm-globalwindows): New variable.
2020-04-26tests: Add 'guile-final' to the installation test GC roots.Marius Bakke
* gnu/tests/install.scm (run-install): Add GUILE-FINAL to OPERATING-SYSTEM-WITH-GC-ROOTS.
2020-04-25gnu: pavucontrol: Fix icons.Raghav Gururajan
* 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.
2020-04-25gnu: fontmanager: Update to 0.7.7.Boris A. Dekshteyn
* gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.
2020-04-25gnu: python-webob: Update to 1.8.3Holger Peters
* gnu/packages/python-web.scm (python-webob): Update to 1.8.3.
2020-04-25gnu: python-pastedeploy: Update to 2.1.0Holger Peters
* 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.
2020-04-25gnu: elixir: Update to 1.10.3.Oskar Köök
* gnu/packages/elixir.scm (elixir): Update to 1.10.3.
2020-04-25gnu: flowee: Update to 2020.03.2TomZ
* gnu/packages/finance.scm (flowee): Update to 2020.03.2
2020-04-25gnu: texlive-latex-pdfx: Fix typo.Matthew Kraai
* gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-25gnu: python-reportlib: Update to 3.5.42.Efraim Flashner
* gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
2020-04-25gnu: python-reportlib: Add missing libraries.Efraim Flashner
* 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.
2020-04-25gnu: Add osicat.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (closicat, sbcl-osicat): New variables.
2020-04-25services: shepherd: Cross-compilation fix.Jan (janneke) Nieuwenhuizen
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.
2020-04-24gnu: webkitgtk: Update to 2.28.2.Mark H Weaver
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
2020-04-24gnu: linux-libre@5.6: Update deblob scripts.Mark H Weaver
* gnu/packages/linux.scm (deblob-scripts-5.6): Update to 5.6.7.
2020-04-24gnu: u-boot: Update to 2020.04.Pierre Langlois
* gnu/packages/bootloaders (u-boot): Update to 2020.04. [native-inputs]: Replace sdl with sdl2. Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
2020-04-25gnu: Add maradns.Arun Isaac
* gnu/packages/dns.scm (maradns): New variable.
2020-04-25gnu: python-geventhttpclient: Disable test that fails with Python 3.8.Marius Bakke
* 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.
2020-04-24gnu: linux-libre@4.14: Update to 4.14.177.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.177. (linux-libre-4.14-pristine-source): Update hash.
2020-04-24gnu: linux-libre@4.9: Update to 4.9.220.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.220. (linux-libre-4.9-pristine-source): Update hash.
2020-04-24gnu: linux-libre@4.4: Update to 4.4.220.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.220. (linux-libre-4.4-pristine-source): Update hash.
2020-04-24gnu: python-aiohttp: Disable tests that fail with Python 3.8.Marius Bakke
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Delete failing tests.
2020-04-24gnu: pdfpc: Upgrade to 4.4.0Jack Hill
* gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-24gnu: python-pytest-timeout: Update to 1.3.4.Marius Bakke
* gnu/packages/check.scm (python-pytest-timeout): Update to 1.3.4. [arguments]: Override check phase. [native-inputs]: Add PYTHON-PEXPECT.
2020-04-24gnu: Add ktsuss.Raghav Gururajan
* gnu/packages/admin.scm (ktsuss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-24gnu: spacefm: Add dependencies for extra functionality.Raghav Gururajan
* 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.
2020-04-24gnu: font-gnu-freefont: Build with an older version of FontForge.Marius Bakke
Fixes <https://bugs.gnu.org/40819>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/fontutils.scm (fontforge-20190801): New public variable. * gnu/packages/fonts.scm (font-gnu-freefont)[native-inputs]: Change from inherited FontForge variant to FONTFORGE-20190801.
2020-04-24gnu: emacs-guix: Add support for Guile 3.0.Marius Bakke
* gnu/packages/emacs-xyz.scm (emacs-guix)[source](modules, snippet): New fields.
2020-04-24Merge branch 'master' into core-updatesMarius Bakke
2020-04-24gnu: guix: Update to 7dd0539.Marius Bakke
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
2020-04-24gnu: biber: Downgrade to 2.11.Ludovic Courtès
Biber 2.12 is incompatible with biblatex 3.11, which is what's currently packaged. This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464. * gnu/packages/tex.scm (biber): Downgrade to 2.11.
2020-04-24gnu: biber: Address test failures.Ludovic Courtès
* gnu/packages/patches/biber-sortinithash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (biber)[source]: Use it.