summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-10-23bootstrap: Build with %bootstrap-mes.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%tinycc-seed): Remove. (%bootstrap-inputs): Use %bootstrap-mes instead of %mes-seed and %tinycc-seed. * gnu/packages/commencement.scm (mescc-tools-boot, mes-boot, tcc-boot0): Build with %bootstrap-mes instead of %mes-seed and %tinycc-seed.
2018-10-23gnu: mescc-tools: Update to 0.5.2-0.bb062b0d.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.5.2-0.bb062b0d. mescc * gnu/packages/commencement.scm (mescc-tools-boot): Stay at 0.5.2
2018-10-23bootstrap: Add %bootstrap-mes.Jan Nieuwenhuizen
Built with 668ffe1e4e67e22268c9565993c6d9d7a86ae72a bootstrap: Move use-modules to top of builder. Todo: host these on ftp.gnu.org/pub/guix/... * gnu/packages/bootstrap.scm (%bootstrap-mes): New variable.
2018-10-21bootstrap: Move use-modules to top of builder.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (package-from-tarball): Move use-modules to top of builder. (%bootstrap-glibc): Likewise. (%bootstrap-gcc): Likewise.
2018-10-21bootstrap: Add %mes-stripped, %mes-bootstrap-tarball.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mes-stripped): New variable. (%mes-bootstrap-tarball): New variable. * gnu/packages/mes.scm: Oops, remove stray (gnu packages commencement) module include.
2018-10-21gnu: mes: Update to 0.18.0-08f04f55.Jan Nieuwenhuizen
This update is a preparation for the %bootstrap-mes package; due to some small problems it fails to build with plain mes-0.18. mes-boot0 stays at 0.18 only to avoid another rebuild world. %bootstrap-mes brings the building and packaging the Mes bootstrap seeds from manual operation into Guix. We will bump mes and mes-boot0 to a future 0.18.1 or 0.19 and regenerate %bootstrap-mes in a nex iteration. 08f04f55 build: Oops, remove stray lib/linux/x86_64-mes/crt1. 33f37f27 build: x86_64 bootstrap build fixes and workaround. 4ae2a111 doc: Release update. 5277669b mescc: Oops, delete wrong line of assembly. 44cc97a8 admin: Release update. * gnu/packages/mes.scm (mes): Update to 0.18.0-08f04f55. * gnu/packages/commencement.scm (mes-boot0): Stay at 0.18.0.
2018-10-21Merge branch 'core-updates' into core-updates-nextJan Nieuwenhuizen
2018-10-21Merge branch 'master' into core-updatesMarius Bakke
2018-10-21gnu: python2-bz2file: Inherit arguments from python-bzfile.Marius Bakke
* gnu/packages/python.scm (python-bz2file)[properties]: Remove field. (python2-bz2file): Use PACKAGE-WITH-PYTHON2.
2018-10-21gnu: klick: Use scons-python2 for building.Marius Bakke
* gnu/packages/music.scm (klick)[arguments]: Add #:scons.
2018-10-21gnu: rng-tools: Update to 6.6.Marius Bakke
* gnu/packages/linux.scm (rng-tools): Update to 6.6.
2018-10-21gnu: fluidsynth: Update to 2.0.1.Marius Bakke
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.1. (fluidsynth-1): New public variable. * gnu/packages/games.scm (gzdoom)[inputs]: Change FLUIDSYNTH to FLUIDSYNTH-1. * gnu/packages/music.scm (lmms)[inputs]: Likewise.
2018-10-21gnu: libgxps: Update to 0.3.0.Marius Bakke
* gnu/packages/gnome.scm (libgxps): Update to 0.3.0. [source](patches): Remove. [build-system]: Switch to MESON-BUILD-SYSTEM. [inputs]: Change LIBJPEG to LIBJPEG-TURBO. * gnu/packages/patches/libgxps-CVE-2017-11590.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-10-21gnu: libgxps: Propagate required inputs.Marius Bakke
* gnu/packages/gnome.scm (libgxps)[inputs]: Move CAIRO, GLIB and LIBARCHIVE ... [propagated-inputs]: ... here. New field.
2018-10-21gnu: re2: Update to 2018-10-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2018-10-01.
2018-10-21gnu: libgphoto2: Update to 2.5.19.Marius Bakke
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.19.
2018-10-21gnu: appstream-glib: Update to 0.7.14.Marius Bakke
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.14.
2018-10-21gnu: openal: Update to 1.19.1.Marius Bakke
* gnu/packages/audio.scm (openal): Update to 1.19.1.
2018-10-21gnu: kodi: Disable version checker.Efraim Flashner
Fixes bug#32997. * gnu/packages/kodi.scm (kodi)[arguments]: Add substitution to remove the version checking configuration option.
2018-10-21gnu: python2-dendropy: Disable failing test.Ben Woodcroft
* gnu/packages/bioinformatics.scm (python2-dendropy)[arguments]: Disable failing test.
2018-10-20gnu: bowtie: Update to 2.3.4.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bowtie): Update to 2.3.4.3. [source]: Fetch from git. [inputs]: Replace python-2 with python-wrapper; move perl, perl-clone, perl-test-deep, and perl-test-simple from here... [native-inputs]: ...to here. [arguments]: Simplify check phase.
2018-10-20gnu: blast+: Use INVOKE and return #T unconditionally.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (blast+)[arguments]: Use INVOKE and return #T unconditionally.
2018-10-20gnu: bedops: Update to 2.4.35.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.35. [source]: Fetch from git.
2018-10-20gnu: bedops: Use INVOKE.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bedops)[arguments]: Use INVOKE.
2018-10-20gnu: bamm: Fetch from git and use INVOKE.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bamm)[source]: Fetch from git. [arguments]: Use INVOKE and return #T unconditionally.
2018-10-20gnu: aragorn: Use invoke and simplify.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (aragorn)[arguments]: Use INVOKE in build phase; simplify install phase.
2018-10-20gnu: clipper: Update to 1.2.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (clipper): Update to 1.2.1. [source]: Fetch from git. [arguments]: Add fix-typo phase.
2018-10-20gnu: python-pybedtools: Update to 0.7.10.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python2-pybedtools): Update to 0.7.10. [arguments]: Disable broken tests. [propagated-inputs]: Replace bedtools with bedtools-2.26; add python-matplotlib, python-pysam, and python-pyyaml. [native-inputs]: Remove python-pyyaml; add kentutils, python-numpy, python-pandas, and python-six. (python-pybedtools): New variable.
2018-10-20gnu: Add bedtools-2.26.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bedtools-2.26): New variable.
2018-10-20gnu: cataclysm-dda: Update snapshot.Kei Kebreau
* gnu/packages/games.scm (cataclysm-dda): Update snapshot to 0b2c194e5.
2018-10-20gnu: maxima: Update to 5.42.0.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.42.0.
2018-10-20gnu: python-glances: Update to 3.0.2.Oleg Pykhalov
* gnu/packages/python.scm (python-glances): Update to 3.0.2.
2018-10-20gnu: emacs-hy-mode: Update to 1.0.3.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-hy-mode): Update to 1.0.3.
2018-10-20gnu: emacs-erc-hl-nicks: Update to 1.3.3.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-erc-hl-nicks): Update to 1.3.3.
2018-10-20gnu: emacs-yasnippet: Update to 0.13.0.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.13.0.
2018-10-20gnu: emacs-nginx-mode: Update to 1.1.9.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-nginx-mode): Update to 1.1.9.
2018-10-20gnu: emacs-rainbow-mode: Update to 1.0.1.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 1.0.1.
2018-10-20gnu: emacs-smart-mode-line: Update to 2.12.0.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-smart-mode-line): Update to 2.12.0.
2018-10-20gnu: emacs-fill-column-indicator: Update to 1.89.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-fill-column-indicator): Update to 1.89.
2018-10-20gnu: emacs-ggtags: Update to 0.8.13.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-ggtags): Update to 0.8.13.
2018-10-20gnu: emacs-which-key: Update to 3.3.0.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-which-key): Update to 3.3.0.
2018-10-20gnu: Add soundconverter.Christopher Baines
* gnu/packages/gnome.scm (soundconverter): New variable. * gnu/packages/patches/soundconverter-remove-gconf-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-10-19gnu: Add enchive.nixo
* gnu/packages/crypto.scm (enchive): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-19services: ntp: Document 'ntp-service-type' and 'ntp-configuration'.Ludovic Courtès
* gnu/services/networking.scm (<ntp-configuration>)[servers]: Add default value. (ntp-service-type)[default-value]: New field. (ntp-service): Mark as deprecated. * gnu/services/desktop.scm (%desktop-services): Use (service ntp-service-type) instead of calling 'ntp-service'. * doc/guix.texi (Networking Services): Document 'ntp-service-type' and 'ntp-configuration'.
2018-10-19gnu: Add i3blocks.Meiyo Peng
* gnu/packages/wm.scm (i3blocks): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-19build-system/haskell: Use 'strip-store-file-name'.Alex Vong
See the discussion at <https://lists.gnu.org/archive/html/guix-devel/2018-10/msg00250.html>. * guix/build/haskell-build-system.scm (package-name-version): Remove it. (configure): Use 'strip-store-file-name' instead of 'package-name-version'. (setup-compiler): Likewise. (make-ghc-package-database): Likewise. (register): Likewise. * gnu/packages/haskell.scm (ghc-cairo)[arguments]: Likewise. * gnu/packages/agda.scm (agda)[arguments]: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-19gnu: qsynth: Update to 0.5.3.Ricardo Wurmus
* gnu/packages/audio.scm (qsynth): Update to 0.5.3.
2018-10-19gnu: texlive-bin: Fix FTBFS on i686-linux.Marius Bakke
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase 'disable-failing-test'.
2018-10-19gnu: sbcl-slime-swank: Remove reference to unbound variable.Ludovic Courtès
Fixes a regression introduced in commit c4d4ae1e16254a96caaeb5ccb4486f301ae4f1b7. * gnu/packages/lisp.scm (sbcl-slime-swank)[license]: Remove extra 'license'.
2018-10-19gnu: guile-wiredtiger: Update to 0.7.0.Amirouche
* gnu/packages/databases.scm (guile-wiredtiger): Update to 0.7.0. [inputs]: Replace wiredtiger with wiredtiger-3 [propagated-inputs]: Remove guile-lib, add guile-bytestructures [description]: Update it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>