~ruther/guix-local

ref: dce2ad69538ee95d789b7efb2d7a483cbfb06bcb guix-local/gnu d---------
dce2ad69 — Leo Famulari 8 years ago
gnu: python-graphql-relay: Skip the test phase.

* gnu/packages/python.scm (python-graphql-relay,
python2-graphql-relay)[arguments]: Set #:tests? #f
aebd91bb — Leo Famulari 8 years ago
gnu: python-consul: Skip the test phase.

* gnu/packages/python.scm (python-consul, python2-consul)[arguments]:
Set #:tests? #f.
a4f393b7 — Leo Famulari 8 years ago
gnu: opencascade-oce: Fix build with glibc 2.26.

* gnu/packages/patches/opencascade-oce-glibc-2.26.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (opencascade-oce)[source]: Use it.
ae785e5e — Ludovic Courtès 8 years ago
gnu: ghc@7: Link against the right libncursesw.so.

Fixes <https://bugs.gnu.org/30100>.
Regression introduced in 667082d59104d4b964dce878f5e8c0f8ad1be958.
Reported by Leo Famulari <leo@famulari.name>.

* gnu/packages/haskell.scm (ghc)[arguments] <configure-bin>: Adjust to
correctly determine the extension of "libncursesw.so.X.Y".
07457c30 — Ludovic Courtès 8 years ago
gnu: fontforge: Skip failing test.

* gnu/packages/fontutils.scm (fontforge)[arguments]: Add #:make-flags.
ed4263fc — Ludovic Courtès 8 years ago
gnu: xmlsec: Update to 1.2.25.

* gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
a25cdef6 — Leo Famulari 8 years ago
gnu: lightdm: Update to 1.24.0.

* gnu/packages/display-managers.scm (lightdm): Update to 1.24.0.
8fa1872a — Leo Famulari 8 years ago
gnu: libgnomeui: Fix build with Python 3.6.

* gnu/packages/patches/libgnomeui-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (libgnomeui)[source]: Use it.
ae307724 — Gábor Boskovits 8 years ago
gnu: java-classpathx-servletapi: Update to 3.0.1.

* gnu/packages/java.scm (java-classpathx-servletapi): Update to 3.0.1.
[arguments]: Switch to a java8 compiler, remove comment about not working with java8.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
6d49ca16 — Leo Famulari 8 years ago
gnu: elogind: Fix compilation against glibc 2.26.

* gnu/packages/freedesktop.scm (elogind)[arguments]: Add a 'patch-locale-header'
phase.
1b321229 — Ludovic Courtès 8 years ago
gnu: icecat: Fix compilation against glibc 2.26.

* gnu/packages/patches/icecat-glibc-2.26.patch: New file.
* gnu/packages/gnuzilla.scm (icecat)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
7342edf3 — Ludovic Courtès 8 years ago
gnu: livemedia-utils: Update to 2017.10.28.

* gnu/packages/video.scm (livemedia-utils): Update to 2017.10.28.
156c14c1 — Ludovic Courtès 8 years ago
gnu: livemedia-utils: Fix compilation against glibc 2.26.

* gnu/packages/video.scm (livemedia-utils)[source](snippet, modules):
New fields.
17c3eea7 — Ludovic Courtès 8 years ago
gnu: libgnome: Adjust for latest GLib.

* gnu/packages/patches/libgnome-encoding.patch: New file.
* gnu/packages/gnome.scm (libgnome)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
ad514303 — Ludovic Courtès 8 years ago
gnu: lua-lgi: Update to 0.9.2.

* gnu/packages/lua.scm (lua-lgi): Update to 0.9.2.
[native-inputs]: Add DBUS.
e5a96113 — Gábor Boskovits 8 years ago
gnu: java-commons-lang: Disable failing test.

* gnu/packages/java.scm (java-commons-lang)[arguments]: Modify #:test-exclude
to disable randomly failing tests.

The testsuite include tests about distribution of random inputs,
meaning that they can randomly fail. Disable them to avoid build failures.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
e6ebc7b1 — Leo Famulari 8 years ago
gnu: libvorbis: Integrate grafted patches.

* gnu/packages/xiph.scm (libvorbis)[replacement]: Remove field.
[source]: Add patches from libvorbis/fixed.
(libvorbis/fixed): Remove variable.
4adb40bf — Leo Famulari 8 years ago
Merge branch 'master' into core-updates
138c0889 — Leo Famulari 8 years ago
gnu: libvorbis: Fix CVE-2017-{14632,14633}.

* gnu/packages/patches/libvorbis-CVE-2017-14632.patch,
gnu/packages/patches/libvorbis-CVE-2017-14633.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xiph.scm (libvorbis)[replacement]: New field.
(libvorbis/fixed): New variable.
ce577655 — Fis Trivial 8 years ago
gnu: Add selene.

* gnu/packages/lua.scm (selene): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next