summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18git-download: Fix recursive checkouts.Eric Bavier
* guix/git-download.scm (git-fetch)<build>: Fix match on INPUTS, which may contain package outputs.
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-18glob: Support square brackets in patterns.Ludovic Courtès
* guix/glob.scm (wildcard-indices): Remove. (parse-bracket): New procedure. (compile-glob-pattern): Rewrite. Support square brackets for sets and ranges. (glob-match?): Support sets and ranges. * tests/glob.scm (test-compile-glob-pattern) (test-glob-match): New macros. Use them to rewrite the existing tests, and add new tests.
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-18tests: elpa: Don't actually download files.Ludovic Courtès
* tests/elpa.scm (eval-test-with-elpa): Mock 'url-fetch'.
2018-03-18import: elpa: Return 'license:gpl3+ for ELPA only.Ludovic Courtès
Fixes <https://bugs.gnu.org/30836>. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * guix/import/elpa.scm (elpa-package->sexp): Add LICENSE parameter and honor it. (elpa->guix-package): Pass 'license:gpl3+ only when REPO is 'gnu.
2018-03-18import: elpa: Adjust test for HTTPS URLs.Ludovic Courtès
This is a followup to 44dd3d579db3aa467e41d0b431029e46cae8e12d. * tests/elpa.scm (eval-test-with-elpa): Use https.
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-18build-system/python: Fix deletion of .egg-info dirs created by tests.Mark H Weaver
* guix/build/python-build-system.scm (check): Use 'string=?' to compare strings, not 'eqv?'.
2018-03-18build-system/python: Return #t from all phases.Mark H Weaver
* guix/build/python-build-system.scm (build, install, wrap): Return #t. (check): Return #t and remove vestigial plumbing.
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-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.
2018-03-18gnu: Switch from recordproto to xorgproto.Marius Bakke
* gnu/packages/xnee.scm (xnee)[inputs]: Remove RECORDPROTO. * gnu/packages/xorg.scm (recordproto)[properties]: Mark as superseded by XORGPROTO. (libxtst)[propagated-inputs]: Replace RECORDPROTO with XORGPROTO. [inputs]: Remove XORGPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Remove RECORDPROTO.
2018-03-18gnu: Switch from resourceproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (libxres)[inputs]: Remove RESOURCEPROTO. (resourceproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[propagated-inputs]: Remove RESOURCEPROTO.
2018-03-18gnu: Switch from renderproto to xorgproto.Marius Bakke
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[native-inputs]: Remove RENDERPROTO. * gnu/packages/xorg.scm (renderproto)[properties]: Mark as superseded by XORGPROTO. (libxrender)[propagated-inputs]: Replace RENDERPROTO with XORGPROTO. [inputs]: Remove XORGPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Remove RENDERPROTO.
2018-03-18gnu: Switch from presentproto to xorgproto.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Remove PRESENTPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Likewise. (presentproto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18gnu: Switch from xcmiscproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (xcmiscproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XCMISCPROTO.
2018-03-18gnu: Switch from windowswmproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (libwindowswm)[inputs]: Remove WINDOWSWMPROTO. (windowswmproto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18gnu: Switch from videoproto to xorgproto.Marius Bakke
* gnu/packages/xorg.scm (videoproto)[properties]: Mark as superseded by XORGPROTO. (libxv)[propagated-inputs]: Replace VIDEOPROTO with XORGPROTO. [inputs]: Remove XORGPROTO. (xorg-server)[propagated-inputs]: Likewise.
2018-03-18gnu: Switch from dri3proto to xorgproto.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Remove DRI3PROTO. * gnu/packages/xorg.scm (xorg-server)[propagated-inputs]: Likewise. (dri3proto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18gnu: Switch from dri2proto to xorgproto.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Remove DRI2PROTO. * gnu/packages/video.scm (libvdpau)[inputs]: Replace DRI2PROTO with XORGPROTO. * gnu/packages/xorg.scm (dri2proto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove DRI2PROTO.