Commit graph

59808 commits

Author SHA1 Message Date
Marius Bakke
5d9e218792
gnu: guile-json: Update to 3.5.0.
* gnu/packages/patches/guile-json-cross.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile.scm (guile-json-3): Update to 3.5.0.
[source](patches): Remove.
[native-inputs]: Remove AUTOCONF and AUTOMAKE.
[arguments]: Remove.
2020-04-30 22:23:44 +02:00
Christopher Baines
709ca6c982
gnu: libgc/static-libs: Mark it as hidden.
* gnu/packages/bdw-gc.scm (libgc/static-libs)[properties] Set hidden? to #t.
2020-04-28 22:54:36 +01:00
Efraim Flashner
2f823fb493
gnu: libjpeg-turbo: Fix building on powerpc.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add configure-flags
specific to powerpc to fix building and cross-building.
2020-04-28 17:00:18 +03:00
Marius Bakke
587398d2a8
gnu: custom-gcc: Ensure #:modules are not overridden by the inherited GCC.
This fixes a regression introduced in 56c833ea28
where the #:modules argument became ineffective.  Reported by Efraim Flashner
in <https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00473.html>

* gnu/packages/gcc.scm (custom-gcc)[arguments]: Add #:modules through
SUBSTITUTE-KEYWORD-ARGUMENTS.
2020-04-28 15:11:19 +02:00
Marius Bakke
a7a8337b28
gnu: artanis: Use guile2.2-readline.
* gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from
GUILE-READLINE to GUILE2.2-READLINE.
2020-04-28 15:11:18 +02:00
Efraim Flashner
dc1182751c
gnu: vdirsyncer: Fix building man page.
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Add custom phase to
patch function retrieving the version string.
2020-04-26 22:55:29 +03:00
Ricardo Wurmus
d30d3e3f60
gnu: Add netdde.
* gnu/packages/hurd.scm (netdde): New variable.
2020-04-26 20:06:30 +02:00
Ricardo Wurmus
71b92e1abd
gnu: Add dde-sources.
* gnu/packages/hurd.scm (dde-sources): New variable.
(hurd)[native-inputs]: Add it.
2020-04-26 20:06:28 +02:00
Ricardo Wurmus
706b91ea8d
gnu: hurd: Build DDE libraries.
* gnu/packages/hurd.scm (hurd)[native-inputs]: Add "dde-sources".
[inputs]: Add libpciaccess.
[arguments]: Add phase "prepare-dde".
2020-04-26 20:06:17 +02:00
Jan (janneke) Nieuwenhuizen
a7dbb95ca5
gnu: guix: Update to 569c55bee2.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.569c55bee2.
2020-04-26 19:52:43 +02:00
Jan (janneke) Nieuwenhuizen
569c55bee2
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'.
2020-04-26 19:52:20 +02:00
Jan (janneke) Nieuwenhuizen
56389433bc
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.
2020-04-26 19:46:27 +02:00
Jan (janneke) Nieuwenhuizen
d653e184ec
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.
2020-04-26 19:46:27 +02:00
Marius Bakke
f589cbc4dc
Merge branch 'master' into core-updates 2020-04-26 13:48:06 +02:00
Marius Bakke
2b829898c7
gnu: python-publicsuffix2: Adjust for Guile 3.0.
* gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit
destination in calls to FORMAT.
2020-04-26 13:31:16 +02:00
Marius Bakke
52bdd30407
gnu: nim: Adjust for Guile 3.0.
* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls
to FORMAT.
2020-04-26 13:31:16 +02:00
Marius Bakke
05e3ed302f
gnu: tpacpi-bat: Adjust for Guile 3.0.
* gnu/packages/linux.scm (tpacpi-bat)[arguments]: Provide explicit destination
in calls to FORMAT.
2020-04-26 13:31:16 +02:00
Marius Bakke
30d0f7fa8f
gnu: nmoldyn: Adjust for Guile 3.0.
* gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit
destination in calls to FORMAT.
2020-04-26 13:31:16 +02:00
Marius Bakke
02de4b1da1
gnu: calcurse: Adjust for Guile 3.0.
* gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit
destination in calls to FORMAT.
2020-04-26 13:31:15 +02:00
Marius Bakke
f989dffd2c
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).
2020-04-26 13:31:15 +02:00
Eric Brown
660611e5f6
gnu: Add sylpheed.
* gnu/packages/mail.scm (sylpheed): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26 12:47:19 +02:00
Raghav Gururajan
0745e28d66
gnu: Add xarchiver.
* gnu/packages/compression (xarchiver): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26 12:25:59 +02:00
Giacomo Leidi
0bf66cbb72
gnu: Add python-osc.
* gnu/packages/python-xyz.scm (python-osc): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-26 12:15:09 +02:00
Evan Straw
bb85018ceb
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>
2020-04-26 12:14:49 +02:00
Arun Isaac
018114baa7
gnu: maradns: Fix cross compilation.
* gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the
host.
2020-04-26 15:14:46 +05:30
Marius Bakke
796b387bc2
vm: Remove unused import.
* gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
2020-04-26 11:27:06 +02:00
Efraim Flashner
186f99f0f7
gnu: perl-glib: Update to 1.3292.
* gnu/packages/glib.scm (perl-glib): Update to 1.3292.
2020-04-26 10:22:14 +03:00
Leo Famulari
a17e5092bc
gnu: svt-av1: Update to 0.8.2.
* gnu/packages/video.scm (svt-av1): Update to 0.8.2.
2020-04-25 22:26:49 -04:00
Vagrant Cascadian
9b7e41f2d7
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.
2020-04-25 17:08:52 -07:00
Oleg Pykhalov
396eb9e1a9
gnu: Add sbcl-stumpwm-globalwindows.
* gnu/packages/wm.scm (sbcl-stumpwm-globalwindows): New variable.
2020-04-26 01:59:33 +03:00
Marius Bakke
0e72d49ef7
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.
2020-04-26 00:51:12 +02:00
Nicolas Goaziou
d558de8048
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.
2020-04-25 23:35:44 +02:00
Nicolas Goaziou
128b136ec6
doc: cookbook: Fix quotes.
* doc/guix-cookbook.texi (Basic setup with manifests):
(Default profile):
(The benefits of manifests): Use proper quotes in regular texts.
2020-04-25 23:10:16 +02:00
Raghav Gururajan
5cca16968e
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.
2020-04-25 23:01:29 +02:00
Boris A. Dekshteyn
3a5d1c9b6b
gnu: fontmanager: Update to 0.7.7.
* gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.
2020-04-25 22:54:11 +02:00
Holger Peters
b0ec8c675e
gnu: python-webob: Update to 1.8.3
* gnu/packages/python-web.scm (python-webob): Update to 1.8.3.
2020-04-25 22:38:11 +02:00
Holger Peters
82bd276d60
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.
2020-04-25 22:38:11 +02:00
Oskar Köök
731e92f0f8
gnu: elixir: Update to 1.10.3.
* gnu/packages/elixir.scm (elixir): Update to 1.10.3.
2020-04-25 22:26:48 +02:00
TomZ
813a88bb5a
gnu: flowee: Update to 2020.03.2
* gnu/packages/finance.scm (flowee): Update to 2020.03.2
2020-04-25 22:24:00 +02:00
Matthew Kraai
ba11dddbfe
gnu: texlive-latex-pdfx: Fix typo.
* gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-25 22:23:20 +02:00
Florian Pelz
e54acdfe16
news: Add ‘de’ translation.
* etc/news.scm: Add a ‘de’ translation.
2020-04-25 20:09:31 +00:00
Efraim Flashner
e56ab46ba0
gnu: python-reportlib: Update to 3.5.42.
* gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
2020-04-25 22:51:37 +03:00
Efraim Flashner
2d8270ad56
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.
2020-04-25 22:46:34 +03:00
Pierre Neidhardt
8cf6d150b4
gnu: Add osicat.
* gnu/packages/lisp-xyz.scm (closicat, sbcl-osicat): New variables.
2020-04-25 19:45:29 +02:00
Jan (janneke) Nieuwenhuizen
d2fc76462e
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.
2020-04-25 19:34:15 +02:00
Mark H Weaver
f84b036305
gnu: webkitgtk: Update to 2.28.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
2020-04-24 23:20:09 -04:00
Mark H Weaver
f2ce2d1274
gnu: linux-libre@5.6: Update deblob scripts.
* gnu/packages/linux.scm (deblob-scripts-5.6): Update to 5.6.7.
2020-04-24 19:06:13 -04:00
Pierre Langlois
c10e8cf75e
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>
2020-04-24 15:59:44 -07:00
Arun Isaac
0d36d0baea
gnu: Add maradns.
* gnu/packages/dns.scm (maradns): New variable.
2020-04-25 03:43:08 +05:30
Marius Bakke
6ac6c1d28d
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.
2020-04-25 00:11:53 +02:00