Age | Commit message (Expand) | Author |
2018-03-19 | gnu: Add ghc-pandoc-citeproc-with-pandoc-1.•••* gnu/packages/haskell.scm (ghc-pandoc-citeproc-with-pandoc-1): New variable.
| Ricardo Wurmus |
2018-03-18 | gnu: font-dejavu: Return #t from all phases.•••* gnu/packages/fonts.scm (font-dejavu)[arguments]: Return #t from
the 'install-conf' phase.
| Mark H Weaver |
2018-03-18 | gnu: qpdf: Return #t from all phases.•••* gnu/packages/pdf.scm (qpdf)[arguments]: Return #t from 'patch-paths' phase.
| Mark H Weaver |
2018-03-18 | gnu: guile-gdbm-ffi: Add support for gdbm-1.14.•••* 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.
| Mark H Weaver |
2018-03-18 | gnu: guile-gdbm-ffi: Use 'invoke'.•••* gnu/packages/guile.scm (guile-gdbm-ffi)[arguments]: Use 'invoke'
instead of 'system*'.
| Mark H Weaver |
2018-03-18 | gnu: cups: Return #t from all phases.•••* gnu/packages/cups.scm (cups, cups-minimal): Return #t from all phases.
| Mark H Weaver |
2018-03-19 | gnu: Add r-abbyyr.•••* gnu/packages/cran.scm (r-abbyyr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Vijayalakshmi Vedantham |
2018-03-18 | glob: 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-18 | linux-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-18 | linux-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-18 | vm: 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-18 | gnu: 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-18 | gnu: wayland: Disable failing tests.•••* gnu/packages/freedesktop.scm (wayland)[arguments]: Disable tests that fail
in the build environment.
| Ricardo Wurmus |
2018-03-18 | gnu: shotwell: Update to 0.28.0.•••* gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
| Christopher Baines |
2018-03-18 | gnu: Add ruby-ruby-engine.•••* gnu/packages/ruby.scm (ruby-ruby-engine): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-rake.•••* gnu/packages/ruby.scm (ruby-rake): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-erubis.•••* gnu/packages/ruby.scm (ruby-erubis): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-sporkmonger-rack-mount.•••* gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-creole.•••* gnu/packages/ruby.scm (ruby-creole): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-contest.•••* gnu/packages/ruby.scm (ruby-contest): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-rack-protection.•••* gnu/packages/ruby.scm (ruby-rack-protection): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-rack-test.•••* gnu/packages/ruby.scm (ruby-rack-test): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-asciidoctor.•••* gnu/packages/ruby.scm (ruby-asciidoctor): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-asciimath.•••* gnu/packages/maths.scm (ruby-asciimath): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: gobject-introspection: Disable parallel build.•••* gnu/packages/glib.scm (gobject-introspection)[arguments]: New field.
| Mark H Weaver |
2018-03-18 | gnu: boost: Simplify phases.•••* gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from
'configure', 'build', and 'install' phases.
| Mark H Weaver |
2018-03-17 | gnu: 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-17 | gnu: 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-17 | gnu: tk: Return #t from all phases.•••* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase.
| Mark H Weaver |
2018-03-17 | gnu: giflib: Return #t from all phases.•••* gnu/packages/image.scm (giflib)[arguments]: Return #t from custom phases.
| Mark H Weaver |
2018-03-17 | gnu: dbus: Detect failures in the install phase.•••* gnu/packages/glib.scm (dbus)[arguments]: Use 'invoke' instead of 'system*'.
| Mark H Weaver |
2018-03-17 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: 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-18 | gnu: Switch from windowswmproto to xorgproto.•••* gnu/packages/xorg.scm (libwindowswm)[inputs]: Remove WINDOWSWMPROTO.
(windowswmproto)[properties]: Mark as superseded by XORGPROTO.
| Marius Bakke |
2018-03-18 | gnu: 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 |
2018-03-18 | gnu: Switch from dri3proto to xorgproto.•••* gnu/packages/gl.scm (mesa)[inputs]: Remove DRI3PROTO.
* gnu/packages/xorg.scm (xorg-server)[propagated-inputs]: Likewise.
(dri3proto)[properties]: Mark as superseded by XORGPROTO.
| Marius Bakke |
2018-03-18 | gnu: Switch from dri2proto to xorgproto.•••* 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.
| Marius Bakke |
2018-03-18 | gnu: Switch from damageproto to xorgproto.•••* gnu/packages/xorg.scm (damageproto)[properties]: Mark as superseded by XORGPROTO.
(libxdamage)[propagated-inputs]: Remove DAMAGEPROTO.
(xorg-server)[inputs]: Likewise.
| Marius Bakke |
2018-03-18 | gnu: Switch from dmxproto to xorgproto.•••* gnu/packages/xorg.scm (dmxproto)[properties]: Mark as superseded by XORGPROTO.
(libdmx, xorg-server)[inputs]: Remove DMXPROTO.
| Marius Bakke |
2018-03-18 | gnu: Switch from glproto to xorgproto.•••* gnu/packages/gl.scm (mesa)[propaged-inputs]: Replace GLPROTO with XORGPROTO.
* gnu/packages/xorg.scm (glproto)[properties]: Mark as superseded by XORGPROTO.
| Marius Bakke |