summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-03-19gnu: enlightenment: Update to 0.22.2.Tobias Geerinckx-Rice
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.2.
2018-03-19gnu: python-oslo.utils: Update to 3.36.0.Tobias Geerinckx-Rice
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.36.0.
2018-03-19gnu: python-oslo.i18n: Update to 3.20.0.Tobias Geerinckx-Rice
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.20.0.
2018-03-19gnu: r-withr: Update to 2.1.2.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-withr): Update to 2.1.2.
2018-03-19gnu: tilda: Update to 1.4.1.Efraim Flashner
* gnu/packages/terminals.scm (tilda): Update to 1.4.1. [arguments]: Rename 'autogen phase to 'bootstrap. Clean up 'bootstrap phase.
2018-03-19gnu: pigx-chipseq: Update to 0.0.8.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.8. [inputs]: Add python-magic, python-xlrd, and trim-galore. [arguments]: Disable tests.
2018-03-19gnu: pigx-scrnaseq: Use pandoc-1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19gnu: pigx-bsseq: Use pandoc-1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19gnu: pigx-chipseq: Use pandoc-1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19gnu: pigx-rnaseq: Use pandoc-1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19gnu: Add ghc-pandoc-citeproc-with-pandoc-1.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-pandoc-citeproc-with-pandoc-1): New variable.
2018-03-18gnu: font-dejavu: Return #t from all phases.Mark H Weaver
* gnu/packages/fonts.scm (font-dejavu)[arguments]: Return #t from the 'install-conf' phase.
2018-03-18gnu: qpdf: Return #t from all phases.Mark H Weaver
* gnu/packages/pdf.scm (qpdf)[arguments]: Return #t from 'patch-paths' phase.
2018-03-18gnu: guile-gdbm-ffi: Add support for gdbm-1.14.Mark H Weaver
* gnu/packages/patches/guile-gdbm-ffi-support-gdbm-1.14.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-gdbm-ffi)[inputs]: Move above arguments. Add the patch, and the 'patch' program. [propagated-inputs]: Move above arguments. [arguments]: In the builder, add code to apply the patch.
2018-03-18gnu: guile-gdbm-ffi: Use 'invoke'.Mark H Weaver
* gnu/packages/guile.scm (guile-gdbm-ffi)[arguments]: Use 'invoke' instead of 'system*'.
2018-03-18gnu: cups: Return #t from all phases.Mark H Weaver
* gnu/packages/cups.scm (cups, cups-minimal): Return #t from all phases.
2018-03-19Merge branch 'master' into stagingMarius Bakke
2018-03-19gnu: Add r-abbyyr.Vijayalakshmi Vedantham
* gnu/packages/cran.scm (r-abbyyr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-18glob: Add an extra glob pattern compilation stage.Ludovic Courtès
* guix/glob.scm (compile-glob-pattern): Rename to... (string->sglob): ... this. (compile-sglob, string->compiled-sglob): New procedures. (glob-match?): Replace '?, 'range, and 'set with a single clause. * tests/glob.scm (test-compile-glob-pattern): Rename to... (test-string->sglob): ... this. Adjust accordingly. (test-glob-match): Use 'string->compiled-sglob' instead of 'compile-glob-pattern'. * gnu/build/linux-modules.scm (read-module-aliases): Use 'string->compiled-sglob' instead of 'compile-glob-pattern'.
2018-03-18linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls.Ludovic Courtès
* gnu/build/linux-modules.scm (load-linux-module*): Pass BLACK-LIST in recursive call.
2018-03-18linux-modules: Add 'current-kernel-directory'.Ludovic Courtès
* gnu/build/linux-modules.scm (current-kernel-directory): New procedure. (current-alias-file): Use it.
2018-03-18vm: Display a backtrace upon error by default.Ludovic Courtès
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass #:on-error to 'base-initrd'.
2018-03-18gnu: youtube-dl: Update to 2018.03.14.Sohom Bhattacharjee
* gnu/packages/video.scm (youtube-dl): Update to 2018.03.14. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-18gnu: wayland: Disable failing tests.Ricardo Wurmus
* gnu/packages/freedesktop.scm (wayland)[arguments]: Disable tests that fail in the build environment.
2018-03-18gnu: shotwell: Update to 0.28.0.Christopher Baines
* gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
2018-03-18gnu: Add ruby-ruby-engine.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-ruby-engine): New variable.
2018-03-18gnu: Add ruby-rake.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rake): New variable.
2018-03-18gnu: Add ruby-erubis.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-erubis): New variable.
2018-03-18gnu: Add ruby-sporkmonger-rack-mount.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable.
2018-03-18gnu: Add ruby-creole.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-creole): New variable.
2018-03-18gnu: Add ruby-contest.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-contest): New variable.
2018-03-18gnu: Add ruby-rack-protection.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rack-protection): New variable.
2018-03-18gnu: Add ruby-rack-test.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rack-test): New variable.
2018-03-18gnu: Add ruby-asciidoctor.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-asciidoctor): New variable.
2018-03-18gnu: Add ruby-asciimath.Ben Woodcroft
* gnu/packages/maths.scm (ruby-asciimath): New variable.
2018-03-18gnu: gobject-introspection: Disable parallel build.Mark H Weaver
* gnu/packages/glib.scm (gobject-introspection)[arguments]: New field.
2018-03-18gnu: boost: Simplify phases.Mark H Weaver
* gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from 'configure', 'build', and 'install' phases.
2018-03-17gnu: glib: Return #t from all phases.Mark H Weaver
* gnu/packages/glib.scm (glib)[arguments]: In the 'check' phase, use 'for-each' instead to avoid assuming that 'disable' will return a true value. Return #t from the 'pre-build' and 'check' phases.
2018-03-17gnu: icecat: Fix CVE-2018-{5146,5147}, etc.Mark H Weaver
Includes fixes for CVE-2018-5146 and CVE-2018-5147. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
2018-03-17gnu: tk: Return #t from all phases.Mark H Weaver
* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase.
2018-03-17gnu: giflib: Return #t from all phases.Mark H Weaver
* gnu/packages/image.scm (giflib)[arguments]: Return #t from custom phases.
2018-03-17gnu: dbus: Detect failures in the install phase.Mark H Weaver
* gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 'system*'.
2018-03-18Merge branch 'master' into stagingMarius Bakke
2018-03-17gnu: python: Return #t from all phases.Mark H Weaver
* gnu/packages/python.scm (python-3.6)[arguments]: Return #t from the 'rebuild-bytecode' phase.
2018-03-18gnu: Switch from xineramaproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (xineramaproto)[properties]: Mark as superseded by XORGPROTO. (libxinerama)[propagated-inputs]: Replace XINERAMAPROTO with XORGPROTO. (xorg-server)[propagated-inputs]: Remove XINERAMAPROTO.
2018-03-18gnu: Switch from xf86vidmodeproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (xf86vidmodeproto)[properties]: Mark as superseded by XORGPROTO. (libxxf86vm)[propagated-inputs]: Replace XF86VIDMODEPROTO with XORGPROTO. (xorg-server)[inputs]: Remove XF86VIDMODEPROTO.
2018-03-18gnu: Switch from xf86bigfontproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (xf86bigfontproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XF86BIGFONTPROTO.
2018-03-18gnu: Switch from xf86dgaproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (libxxf86dga, xf86-video-glint, xf86-video-neomagic, xf86-video-tga, xf86-video-trident, xf86-video-voodoo)[inputs]: Replace XF86DGAPROTO with XORGPROTO. (xf86driproto)[properties]: Mark as superseded by XORGPROTO. (xf86-video-qxl, xf86-video-sis, xorg-server)[inputs]: Remove XF86DGAPROTO.
2018-03-18gnu: Switch from xf86driproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-mach64, xf86-video-mga, xf86-video-ati, xf86-video-openchrome, xf86-video-r128, xf86-video-savage, xf86-video-sis, xf86-video-tdfx)[inputs]: Replace XF86DRIPROTO with XORGPROTO. (xf86driproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XF86DRIPROTO.
2018-03-18gnu: Switch from scrnsaverproto to xorgproto.Marius Bakke
* gnu/packages/enlightenment.scm (efl)[inputs]: Remove SCRNSAVERPROTO. * gnu/packages/mate.scm (mate-control-center, mate-screensaver)[native-inputs]: Remove SCRNSAVERPROTO. * gnu/packages/xorg.scm (libxscrnsaver)[propagated-inputs]: Change from SCRNSAVERPROTO to XORGPROTO. (scrnsaverproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[propagated-inputs]: Remove SCRNSAVERPROTO.