aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: llvm-rtti: Remove it.remove-llvm-without-rttiChristopher Baines2018-12-15
| | | | | | | | | | | This reverts commit f8cba3ff4fc6aed0c539700aa47b6e8f4c25c34d. It sounds from the comment that this should be removed now, as it's been a while since this change was made. * gnu/packages/llvm.scm (llvm-without-rtti): Remove it. * gnu/packages/gl.scm (mesa)[inputs]: Switch to using llvm rather than llvm-without-rtti.
* gnu: xz: Move liblzma.a to separate output.Marius Bakke2018-12-12
| | | | | * gnu/packages/compression.scm (xz)[arguments, outputs]: New fields. * gnu/packages/make-bootstrap.scm (%static-inputs)[xz]: Don't inherit outputs.
* gnu: libxml2: Don't reference libxml2.a in the default output.Marius Bakke2018-12-12
| | | | * gnu/packages/xml.scm (libxml2)[arguments]: Add substitution for libxml2.la.
* gnu: bison: Update to 3.2.2.Marius Bakke2018-12-11
| | | | * gnu/packages/bison.scm (bison): Update to 3.2.2.
* gnu: perl: Update to 5.28.1.Marius Bakke2018-12-11
| | | | * gnu/packages/perl.scm (perl): Update to 5.28.1.
* gnu: libatomic-ops: Update to 7.6.8.Marius Bakke2018-12-11
| | | | * gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.8.
* gnu: libgc: Update to 7.6.8.Marius Bakke2018-12-11
| | | | * gnu/packages/bdw-gc.scm (libgc): Update to 7.6.8.
* Merge branch 'master' into core-updatesMarius Bakke2018-12-11
|\
| * gnu: emacs-cider: Update to 0.18.0.Mathieu Lirzin2018-12-11
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-cider): Update to 0.18.0. [source]: Use git-fetch. [propagated-inputs]: Add emacs-sesman. [home-page]: Update URI. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: Add emacs-sesman.Mathieu Lirzin2018-12-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-sesman): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: python-gevent: Remove unreliable test.Rutger Helling2018-12-11
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-gevent): Add 'skip-timer-test phase from python2-gevent. * gnu/packages/python.scm (python2-gevent): Remove 'skip-timer-test phase, inherit from python-gevent instead.
| * gnu: Add gajim-omemo.Clément Lassieur2018-12-11
| | | | | | | | | | * gnu/packages/messaging.scm (gajim-omemo): New variable. [propagated-inputs]: Add python-axolotl.
| * gnu: gajim: Add support for Guix packaged plugins.Clément Lassieur2018-12-11
| | | | | | | | | | | | * gnu/packages/messaging.scm (gajim)[inputs]: Remove python-axolotl. [arguments]: Add an 'add-plugin-dirs' phase. [native-search-paths]: New field.
| * refresh: Account for overlapping updater coverage.Eric Bavier2018-12-10
| | | | | | | | | | * guix/scripts/refresh.scm (list-updaters-and-exit): Do not assume updater predicates are disjoint. Track covered packages directly.
| * gnu: certbot, python-acme: Update to 0.29.1.Leo Famulari2018-12-10
| | | | | | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.29.1.
| * gnu: Borg: Update to 1.1.8.Leo Famulari2018-12-10
| | | | | | | | | | | | | | * gnu/packages/backup.scm (borg): Update to 1.1.8. [source]: Remove obsolete patch. * gnu/packages/patches/borg-respect-storage-quota.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: font-gnu-unifont: Update to 11.0.03.Efraim Flashner2018-12-10
| | | | | | | | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.03. [arguments]: Enable parallel builds.
| * gnu: mtools: Update to 4.0.23.Efraim Flashner2018-12-10
| | | | | | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.23.
| * gnu: Add yubikey-personalization.Chris Marusich2018-12-09
| | | | | | | | * gnu/packages/security-token.scm (yubikey-personalization): New variable.
| * gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency.Paul Garlick2018-12-10
| | | | | | | | | | | | | | | | * gnu/packages/maths.scm (petsc-openmpi)[inputs]: Replace pt-scotch with pt-scotch32 in order to prevent 'incompatible pointer' warnings being generated in the 'build' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * services: guix: Run 'guix-daemon' in UTF-8 locale.Ludovic Courtès2018-12-10
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/32942>. Reported by Julien Lepiller <julien@lepiller.eu>. * gnu/services/base.scm (guix-shepherd-service) <start>: In #:environment-variables, add "GUIX_LOCPATH" and "LC_ALL".
| * gnu: msmtp: Update to 1.8.1.Marius Bakke2018-12-10
| | | | | | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.1.
| * gnu: git: Update to 2.20.0.Marius Bakke2018-12-10
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.20.0.
| * gnu: emacs-elpy: Update to 1.27.0.Maxim Cournoyer2018-12-09
| | | | | | | | * gnu/packages/emacs.scm (emacs-elpy): Update to 1.27.0.
| * gnu: python-jedi: Update to 0.13.1 and disable the tests.Maxim Cournoyer2018-12-09
| | | | | | | | | | | | | | | | Jedi test suite fails when run with Python 3.7. * gnu/packages/python.scm (python-jedi): Update to 0.13.1 [tests?] Disable. [phases] Add condition check for the tests? argument to run the tests.
| * gnu: Add go-ipfs.Pierre Neidhardt2018-12-09
| | | | | | | | * gnu/packages/ipfs.scm (go-ipfs): New variable.
| * gnu: syslinux: Limit the architectures supported.Efraim Flashner2018-12-09
| | | | | | | | * gnu/packages/bootloaders.scm (syslinux)[supported-systems}: New field.
| * gnu: mtools: Update to 4.0.22.Efraim Flashner2018-12-09
| | | | | | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.22.
| * guix: Add support for channel dependencies.Ricardo Wurmus2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | * guix/channels.scm (<channel-metadata>): New record. (read-channel-metadata, channel-instance-dependencies): New procedures. (latest-channel-instances): Include channel dependencies; add optional argument PREVIOUS-CHANNELS. (channel-instance-derivations): Build derivation for additional channels and add it as dependency to the channel instance derivation. * doc/guix.texi (Channels): Add subsection "Declaring Channel Dependencies". * tests/channels.scm: New file. * Makefile.am (SCM_TESTS): Add it.
| * gnu: sorcer: Always return #T from build phases.Ricardo Wurmus2018-12-09
| | | | | | | | * gnu/packages/music.scm (sorcer)[arguments]: Use INVOKE.
| * gnu: openjdk: Make idlj respect SOURCE_DATE_EPOCH.Gábor Boskovits2018-12-09
| | | | | | | | | | | | * gnu/packages/patches/openjdk-10-idlj-reproducibility.patch: New file. * gnu/packages/java.scm (openjdk10)[source]: Use it. * gnu/locale.mk (dist_patch_DATA): Register it.
| * gnu: linux-libre: Update to 4.19.8.Mark H Weaver2018-12-09
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.8. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.87.Mark H Weaver2018-12-09
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.87. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.144.Mark H Weaver2018-12-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.144.
| * gnu: polkit: Fix CVE-2018-19788.Leo Famulari2018-12-09
| | | | | | | | | | | | * gnu/packages/patches/polkit-CVE-2018-19788.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/polkit.scm (polkit)[source]: Use it.
| * gnu: Add easyrpg-player.宋文武2018-12-09
| | | | | | | | * gnu/packages/easyrpg.scm (easyrpg-player): New variable.
| * gnu: Add liblcf.宋文武2018-12-09
| | | | | | | | | | * gnu/packages/easyrpg.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: supercollider: Update to 3.10.0.Danny Milosavljevic2018-12-09
| | | | | | | | | | * gnu/packages/audio.scm (supercollider): Update to 3.10.0. [arguments]<#:phases>[disable-broken-tests]: Modify.
| * gnu: gcl: Update snapshot.Kei Kebreau2018-12-08
| | | | | | | | * gnu/packages/lisp.scm (gcl): Update to 2.6.12-2.d3335e2.
| * hydra: Increase image sizes for USB image and Flash image.Danny Milosavljevic2018-12-09
| | | | | | | | | | | | * build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from 1024 MiB to 1500 MiB. <flash-image>: Increase from 1024 MiB to 1500 MiB.
| * gnu: libgphoto2: Update to 2.5.21.Marius Bakke2018-12-08
| | | | | | | | * gnu/packages/photo.scm (libgphoto2): Update to 2.5.21.
| * gnu: patchage: Fix build.Ricardo Wurmus2018-12-08
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/33677>. * gnu/packages/audio.scm (patchage)[arguments]: Use Python 2.
| * gnu: qtractor: Update to 0.9.3.Ricardo Wurmus2018-12-08
| | | | | | | | * gnu/packages/music.scm (qtractor): Update to 0.9.3.
| * gnu: supercollider: Fix build.Ricardo Wurmus2018-12-08
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/33674>. * gnu/packages/audio.scm (supercollider)[arguments]: Add phase to fix build with Boost 1.68. [inputs]: Replace boost with boost-cxx14.
| * gnu: qsynth: Update to 0.5.4.Ricardo Wurmus2018-12-08
| | | | | | | | * gnu/packages/audio.scm (qsynth): Update to 0.5.4.
| * gnu: quassel: Patch reference to inxi.Efraim Flashner2018-12-08
| | | | | | | | | | | | * gnu/packages/irc.scm (quassel)[arguments]: Patch the reference to 'inxi' in the source. [inputs]: Add inxi-minimal.
| * gnu: quassel: Update to 0.13.0.Efraim Flashner2018-12-08
| | | | | | | | | | | | * gnu/packages/irc.scm (quassel): Update to 0.13.0. [arguments]: Update configure flags. [inputs]: Add qtmultimedia.
| * gnu: python-pyaml: Update to 18.11.0.Marius Bakke2018-12-08
| | | | | | | | * gnu/packages/python.scm (python-pyaml): Update to 18.11.0.
| * gnu: Remove more GCC ICE workarounds.Marius Bakke2018-12-08
| | | | | | | | | | | | | | | | | | These were fixed with <https://bugs.gnu.org/31708>. * gnu/packages/glib.scm (python-pygobject, python2-pygobject)[native-inputs]: Remove GCC-7. * gnu/packages/gnome.scm (gjs)[native-inputs]: Likewise. [arguments]: Remove related phase.
| * gnu: feh: Update to 3.1.1.Marius Bakke2018-12-08
| | | | | | | | * gnu/packages/image-viewers.scm (feh): Update to 3.1.1.