summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-18gnu: guile-gdbm-ffi: Use 'invoke'....* gnu/packages/guile.scm (guile-gdbm-ffi)[arguments]: Use 'invoke' instead of 'system*'. Mark H Weaver
2018-03-18gnu: cups: Return #t from all phases....* gnu/packages/cups.scm (cups, cups-minimal): Return #t from all phases. Mark H Weaver
2018-03-19Merge branch 'master' into stagingMarius Bakke
2018-03-18git-download: Fix recursive checkouts....* guix/git-download.scm (git-fetch)<build>: Fix match on INPUTS, which may contain package outputs. Eric Bavier
2018-03-19gnu: Add r-abbyyr....* gnu/packages/cran.scm (r-abbyyr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Vijayalakshmi Vedantham
2018-03-18glob: Add an extra glob pattern compilation stage....* 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'. Ludovic Courtès
2018-03-18glob: Support square brackets in patterns....* 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. Ludovic Courtès
2018-03-18linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls....* gnu/build/linux-modules.scm (load-linux-module*): Pass BLACK-LIST in recursive call. Ludovic Courtès
2018-03-18linux-modules: Add 'current-kernel-directory'....* gnu/build/linux-modules.scm (current-kernel-directory): New procedure. (current-alias-file): Use it. Ludovic Courtès
2018-03-18vm: Display a backtrace upon error by default....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass #:on-error to 'base-initrd'. Ludovic Courtès
2018-03-18tests: elpa: Don't actually download files....* tests/elpa.scm (eval-test-with-elpa): Mock 'url-fetch'. Ludovic Courtès
2018-03-18import: elpa: Return 'license:gpl3+ for ELPA only....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. Ludovic Courtès
2018-03-18import: elpa: Adjust test for HTTPS URLs....This is a followup to 44dd3d579db3aa467e41d0b431029e46cae8e12d. * tests/elpa.scm (eval-test-with-elpa): Use https. Ludovic Courtès
2018-03-18gnu: youtube-dl: Update to 2018.03.14....* gnu/packages/video.scm (youtube-dl): Update to 2018.03.14. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Sohom Bhattacharjee
2018-03-18gnu: wayland: Disable failing tests....* gnu/packages/freedesktop.scm (wayland)[arguments]: Disable tests that fail in the build environment. Ricardo Wurmus
2018-03-18gnu: shotwell: Update to 0.28.0....* gnu/packages/gnome.scm (shotwell): Update to 0.28.0. Christopher Baines
2018-03-18gnu: Add ruby-ruby-engine....* gnu/packages/ruby.scm (ruby-ruby-engine): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-rake....* gnu/packages/ruby.scm (ruby-rake): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-erubis....* gnu/packages/ruby.scm (ruby-erubis): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-sporkmonger-rack-mount....* gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-creole....* gnu/packages/ruby.scm (ruby-creole): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-contest....* gnu/packages/ruby.scm (ruby-contest): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-rack-protection....* gnu/packages/ruby.scm (ruby-rack-protection): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-rack-test....* gnu/packages/ruby.scm (ruby-rack-test): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-asciidoctor....* gnu/packages/ruby.scm (ruby-asciidoctor): New variable. Ben Woodcroft
2018-03-18gnu: Add ruby-asciimath....* gnu/packages/maths.scm (ruby-asciimath): New variable. Ben Woodcroft
2018-03-18build-system/python: Fix deletion of .egg-info dirs created by tests....* guix/build/python-build-system.scm (check): Use 'string=?' to compare strings, not 'eqv?'. Mark H Weaver
2018-03-18build-system/python: Return #t from all phases....* guix/build/python-build-system.scm (build, install, wrap): Return #t. (check): Return #t and remove vestigial plumbing. Mark H Weaver
2018-03-18gnu: gobject-introspection: Disable parallel build....* gnu/packages/glib.scm (gobject-introspection)[arguments]: New field. Mark H Weaver
2018-03-18gnu: boost: Simplify phases....* gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from 'configure', 'build', and 'install' phases. Mark H Weaver
2018-03-17gnu: glib: Return #t from all phases....* 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. Mark H Weaver
2018-03-17gnu: icecat: Fix CVE-2018-{5146,5147}, etc....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. Mark H Weaver
2018-03-17gnu: tk: Return #t from all phases....* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase. Mark H Weaver
2018-03-17gnu: giflib: Return #t from all phases....* gnu/packages/image.scm (giflib)[arguments]: Return #t from custom phases. Mark H Weaver
2018-03-17gnu: dbus: Detect failures in the install phase....* gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 'system*'. Mark H Weaver
2018-03-18Merge branch 'master' into stagingMarius Bakke
2018-03-17gnu: python: Return #t from all phases....* gnu/packages/python.scm (python-3.6)[arguments]: Return #t from the 'rebuild-bytecode' phase. Mark H Weaver
2018-03-18gnu: Switch from xineramaproto to xorgproto....* gnu/packages/xorg.scm (xineramaproto)[properties]: Mark as superseded by XORGPROTO. (libxinerama)[propagated-inputs]: Replace XINERAMAPROTO with XORGPROTO. (xorg-server)[propagated-inputs]: Remove XINERAMAPROTO. Marius Bakke
2018-03-18gnu: Switch from xf86vidmodeproto to xorgproto....* gnu/packages/xorg.scm (xf86vidmodeproto)[properties]: Mark as superseded by XORGPROTO. (libxxf86vm)[propagated-inputs]: Replace XF86VIDMODEPROTO with XORGPROTO. (xorg-server)[inputs]: Remove XF86VIDMODEPROTO. Marius Bakke
2018-03-18gnu: Switch from xf86bigfontproto to xorgproto....* gnu/packages/xorg.scm (xf86bigfontproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XF86BIGFONTPROTO. Marius Bakke
2018-03-18gnu: Switch from xf86dgaproto to xorgproto....* 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. Marius Bakke
2018-03-18gnu: Switch from xf86driproto to xorgproto....* 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. Marius Bakke
2018-03-18gnu: Switch from scrnsaverproto to xorgproto....* 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. Marius Bakke
2018-03-18gnu: Switch from recordproto to xorgproto....* 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. Marius Bakke
2018-03-18gnu: Switch from resourceproto to xorgproto....* gnu/packages/xorg.scm (libxres)[inputs]: Remove RESOURCEPROTO. (resourceproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[propagated-inputs]: Remove RESOURCEPROTO. Marius Bakke
2018-03-18gnu: Switch from renderproto to xorgproto....* 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. Marius Bakke
2018-03-18gnu: Switch from presentproto to xorgproto....* gnu/packages/gl.scm (mesa)[inputs]: Remove PRESENTPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Likewise. (presentproto)[properties]: Mark as superseded by XORGPROTO. Marius Bakke
2018-03-18gnu: Switch from xcmiscproto to xorgproto....* gnu/packages/xorg.scm (xcmiscproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XCMISCPROTO. Marius Bakke
2018-03-18gnu: Switch from windowswmproto to xorgproto....* gnu/packages/xorg.scm (libwindowswm)[inputs]: Remove WINDOWSWMPROTO. (windowswmproto)[properties]: Mark as superseded by XORGPROTO. Marius Bakke
2018-03-18gnu: Switch from videoproto to xorgproto....* 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. Marius Bakke