summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: guile-json: Update to 3.5.0.Marius Bakke2020-04-30
| | | | | | | | | * 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.
* gnu: libgc/static-libs: Mark it as hidden.Christopher Baines2020-04-28
| | | | * gnu/packages/bdw-gc.scm (libgc/static-libs)[properties] Set hidden? to #t.
* gnu: libjpeg-turbo: Fix building on powerpc.Efraim Flashner2020-04-28
| | | | | * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add configure-flags specific to powerpc to fix building and cross-building.
* gnu: custom-gcc: Ensure #:modules are not overridden by the inherited GCC.Marius Bakke2020-04-28
| | | | | | | | | This fixes a regression introduced in 56c833ea287f8f6d3c72f8bddc314960c0164d64 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.
* gnu: artanis: Use guile2.2-readline.Marius Bakke2020-04-28
| | | | | * gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from GUILE-READLINE to GUILE2.2-READLINE.
* gnu: vdirsyncer: Fix building man page.Efraim Flashner2020-04-26
| | | | | * gnu/packages/dav.scm (vdirsyncer)[arguments]: Add custom phase to patch function retrieving the version string.
* gnu: Add netdde.Ricardo Wurmus2020-04-26
| | | | * gnu/packages/hurd.scm (netdde): New variable.
* gnu: Add dde-sources.Ricardo Wurmus2020-04-26
| | | | | * gnu/packages/hurd.scm (dde-sources): New variable. (hurd)[native-inputs]: Add it.
* gnu: hurd: Build DDE libraries.Ricardo Wurmus2020-04-26
| | | | | | * gnu/packages/hurd.scm (hurd)[native-inputs]: Add "dde-sources". [inputs]: Add libpciaccess. [arguments]: Add phase "prepare-dde".
* gnu: guix: Update to 569c55bee2.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-1.569c55bee2.
* gnu: guix: Cross-build fix: override compressors.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | | * gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling, add `fixup-compressors' stage. [inputs]: When cross-compiling, add `xz'.
* gnu: guix: Cross-build workaround: Run native guile for version.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | | | | 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.
* gnu: guix: Do not copy bootstrap-guile when cross-compiling.Jan (janneke) Nieuwenhuizen2020-04-26
| | | | | * gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling, skip copy-bootstrap-guile phase; needed for tests only.
* Merge branch 'master' into core-updatesMarius Bakke2020-04-26
|\
| * gnu: python-publicsuffix2: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | | | | | | * gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit destination in calls to FORMAT.
| * gnu: nim: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | | | | | | * gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls to FORMAT.
| * gnu: tpacpi-bat: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | | | | | | * gnu/packages/linux.scm (tpacpi-bat)[arguments]: Provide explicit destination in calls to FORMAT.
| * gnu: nmoldyn: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | | | | | | * gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit destination in calls to FORMAT.
| * gnu: calcurse: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | | | | | | * gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit destination in calls to FORMAT.
| * gnu: thinkfan: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | | | | | | * gnu/packages/linux.scm (thinkfan)[arguments]: Provide explicit destination in calls to FORMAT (destination is no longer optional with Guile 3).
| * gnu: Add sylpheed.Eric Brown2020-04-26
| | | | | | | | | | | | * gnu/packages/mail.scm (sylpheed): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: Add xarchiver.Raghav Gururajan2020-04-26
| | | | | | | | | | | | * gnu/packages/compression (xarchiver): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: Add python-osc.Giacomo Leidi2020-04-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-osc): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: hugin: Update to 2019.2.0.Evan Straw2020-04-26
| | | | | | | | | | | | * gnu/packages/photo.scm (hugin): Update to 2019.2.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: maradns: Fix cross compilation.Arun Isaac2020-04-26
| | | | | | | | | | * gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the host.
| * vm: Remove unused import.Marius Bakke2020-04-26
| | | | | | | | * gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
| * gnu: perl-glib: Update to 1.3292.Efraim Flashner2020-04-26
| | | | | | | | * gnu/packages/glib.scm (perl-glib): Update to 1.3292.
| * gnu: svt-av1: Update to 0.8.2.Leo Famulari2020-04-25
| | | | | | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.2.
| * gnu: arm-trusted-firmware: Update to 2.3.base-for-series-3676Vagrant Cascadian2020-04-25
| | | | | | | | | | | | | | * 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.
| * gnu: Add sbcl-stumpwm-globalwindows.Oleg Pykhalov2020-04-26
| | | | | | | | * gnu/packages/wm.scm (sbcl-stumpwm-globalwindows): New variable.
| * doc: guix: Fix some markup.Nicolas Goaziou2020-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * doc: cookbook: Fix quotes.Nicolas Goaziou2020-04-25
| | | | | | | | | | | | * doc/guix-cookbook.texi (Basic setup with manifests): (Default profile): (The benefits of manifests): Use proper quotes in regular texts.
| * gnu: pavucontrol: Fix icons.Raghav Gururajan2020-04-25
| | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: fontmanager: Update to 0.7.7.Boris A. Dekshteyn2020-04-25
| | | | | | | | * gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.
| * gnu: python-webob: Update to 1.8.3Holger Peters2020-04-25
| | | | | | | | * gnu/packages/python-web.scm (python-webob): Update to 1.8.3.
| * gnu: python-pastedeploy: Update to 2.1.0Holger Peters2020-04-25
| | | | | | | | | | | | * 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.
| * gnu: elixir: Update to 1.10.3.Oskar Köök2020-04-25
| | | | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.10.3.
| * gnu: flowee: Update to 2020.03.2TomZ2020-04-25
| | | | | | | | * gnu/packages/finance.scm (flowee): Update to 2020.03.2
| * gnu: texlive-latex-pdfx: Fix typo.Matthew Kraai2020-04-25
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * news: Add ‘de’ translation.Florian Pelz2020-04-25
| | | | | | | | * etc/news.scm: Add a ‘de’ translation.
| * gnu: python-reportlib: Update to 3.5.42.Efraim Flashner2020-04-25
| | | | | | | | * gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
| * gnu: python-reportlib: Add missing libraries.Efraim Flashner2020-04-25
| | | | | | | | | | | | * 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.
| * gnu: Add osicat.base-for-series-3675Pierre Neidhardt2020-04-25
| | | | | | | | * gnu/packages/lisp-xyz.scm (closicat, sbcl-osicat): New variables.
| * gnu: webkitgtk: Update to 2.28.2.Mark H Weaver2020-04-24
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
| * gnu: linux-libre@5.6: Update deblob scripts.base-for-series-3666Mark H Weaver2020-04-24
| | | | | | | | * gnu/packages/linux.scm (deblob-scripts-5.6): Update to 5.6.7.
| * gnu: u-boot: Update to 2020.04.Pierre Langlois2020-04-24
| | | | | | | | | | | | | | * gnu/packages/bootloaders (u-boot): Update to 2020.04. [native-inputs]: Replace sdl with sdl2. Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
| * gnu: Add maradns.Arun Isaac2020-04-25
| | | | | | | | * gnu/packages/dns.scm (maradns): New variable.
| * gnu: linux-libre@4.14: Update to 4.14.177.Mark H Weaver2020-04-24
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.177. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.220.Mark H Weaver2020-04-24
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.220. (linux-libre-4.9-pristine-source): Update hash.
| * gnu: linux-libre@4.4: Update to 4.4.220.Mark H Weaver2020-04-24
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.220. (linux-libre-4.4-pristine-source): Update hash.