summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-10gnu: Add java-xom.Julien Lepiller
* gnu/packages/xml.scm (java-xom): New variable.
2018-02-10gnu: Add java-jaxen-bootstrap.Julien Lepiller
* gnu/packages/xml.scm (java-jaxen-bootstrap): New variable.
2018-02-10gnu: Add java-xerces.Julien Lepiller
* gnu/packages/java.scm (java-xerces): New variable. * gnu/packages/patches/java-xerces-bootclasspath.patch: New file. * gnu/packages/patches/java-xerces-build_dont_unzip.patch: New file. * gnu/packages/patches/java-xerces-xjavac_taskdef.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them.
2018-02-10gnu: Add java-apache-xml-commons-resolver.Julien Lepiller
* gnu/packages/xml.scm (java-apache-xml-commons-resolver): New variable.
2018-02-10gnu: Add java-jaxp.Julien Lepiller
* gnu/packages/xml.scm (java-jaxp): New variable.
2018-02-10licenses: Add W3C license.Björn Höfling
* gnu/license.scm (w3c): New variable.
2018-02-10gnu: Add java-joda-time.Julien Lepiller
* gnu/packages/java.scm (java-joda-time): New variable.
2018-02-10gnu: Add java-joda-convert.Julien Lepiller
* gnu/packages/java.scm (java-joda-convert): New variable.
2018-02-10gnu: Add java-cdi-api.Julien Lepiller
* gnu/packages/java.scm (java-cdi-api): New variable.
2018-02-10gnu: Add java-jboss-interceptors-api-spec.Julien Lepiller
* gnu/packages/java.scm (java-jboss-interceptors-api-spec): New variable.
2018-02-10gnu: Add java-jboss-el-api-spec.Julien Lepiller
* gnu/packages/java.scm (java-jboss-el-api-spec): New variable.
2018-02-10gnu: Add java-jansi.Julien Lepiller
* gnu/packages/java.scm (java-jansi): New variable.
2018-02-10gnu: Add java-jansi-native.Julien Lepiller
* gnu/packages/java.scm (java-jansi-native): New variable.
2018-02-10gnu: Add java-hawtjni.Julien Lepiller
* gnu/packages/java.scm (java-hawtjni): New variable.
2018-02-10gnu: Add java-geronimo-xbean-finder.Julien Lepiller
* gnu/packages/java.scm (java-geronimo-xbean-finder): New variable.
2018-02-10gnu: Add java-geronimo-xbean-asm-util.Julien Lepiller
* gnu/packages/java.scm (java-geronimo-xbean-asm-util): New variable.
2018-02-10gnu: Add java-geronimo-xbean-bundleutils.Julien Lepiller
* gnu/packages/java.scm (java-geronimo-xbean-bundleutils): New variable.
2018-02-10gnu: Add java-jsoup.Julien Lepiller
* gnu/packages/web.scm (java-jsoup): New variable.
2018-02-10gnu: Add java-gson.Julien Lepiller
* gnu/packages/java.scm (java-gson): New variable.
2018-02-10gnu: qtsensors: Fix build.Nicolas Goaziou
* gnu/packages/qt.scm (qtsensors)[arguments]: Remove failing test.
2018-02-10gnu: tlp: Fix build.Nicolas Goaziou
* gnu/packages/linux.scm (tlp): Add "TLP_META" environment variable. Use "invoke".
2018-02-10gnu: tlp: Update to 1.1.Nicolas Goaziou
* gnu/packages/linux.scm (tlp): Update to 1.1.
2018-02-10gnu: qemu: Add pulseaudio support.Oleg Pykhalov
* gnu/packages/virtualization.scm (qemu)[arguments]: Add --audio-drv-list flag. [inputs]: Add pulseaudio. (qemu-minimal)[inputs]: Remove pulseaudio.
2018-02-09gnu: Add colormake.Oleg Pykhalov
* gnu/packages/colorize.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add this.
2018-02-09gnu: Switch ruby-pg to build with postgresql-9.6.Christopher Baines
As the testsuite fails with the later version. * gnu/packages/ruby.scm (ruby-pg)[inputs]: Switch postgresql to postgresql-9.6.
2018-02-09gnu: emacs-browse-at-remote: Patch for GNU Cgit support.Oleg Pykhalov
* gnu/packages/patches/emacs-browse-at-remote-cgit-gnu.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (emacs-browse-at-remote)[source](patches): Use it.
2018-02-09gnu: clementine: Remove Spotify downloader.Pierre Langlois
Clementine has a button in the preference menu that allows downloading a binary blob to add support for Spofify. Let's remove this button. It turns out this is the only part of the code base that uses crypto++, let's remove this dependency too. * gnu/packages/music.scm (clementine)[arguments]: Remove crypto++ support. Set HAVE_SPOTIFY_DOWNLOADER to FALSE. [inputs]: Remove crypto++ input. * gnu/packages/patches/clementine-remove-crypto++-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-09gnu: appstream-glib: Propagate some inputs.Danny Milosavljevic
* gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf, util-linux to propagated-inputs.
2018-02-09gnu: samba: Update to 4.7.5.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.7.5.
2018-02-09gnu: zziplib: Update to 0.13.68.Marius Bakke
* gnu/packages/patches/zziplib-CVE-2017-5974.patch, gnu/packages/patches/zziplib-CVE-2017-5975.patch, gnu/packages/patches/zziplib-CVE-2017-5976.patch, gnu/packages/patches/zziplib-CVE-2017-5978.patch, gnu/packages/patches/zziplib-CVE-2017-5979.patch, gnu/packages/patches/zziplib-CVE-2017-5981.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/compression.scm (zziplib): Update to 0.13.68. [source](patches): Remove. [arguments]: Remove #:parallel-tests?. Set #:tests? #f.
2018-02-09services: avahi: Default to nss-mdns 0.10.Ludovic Courtès
This works around <https://bugs.gnu.org/30396>. Reported by George myglc2 Clemmer <myglc2@gmail.com>. * gnu/packages/avahi.scm (nss-mdns-0.10): New variable. * gnu/services/avahi.scm (avahi-service-type): Use it.
2018-02-09gnu: guile-sqlite3: Update to 0.0-3.1cd1dec.Danny Milosavljevic
* gnu/packages/guile.scm (guile-sqlite3): Update to 0.0-3.1cd1dec.
2018-02-09gnu: guix: Update snapshot to bc880f9.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to bc880f9.
2018-02-09gnu: mcron2: Install files to 'share/guile/site/2.2'.Ludovic Courtès
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * gnu/packages/guile.scm (mcron2)[arguments]: In 'use-guile-2.2' phase, substitute /share/guile/site/2.0.
2018-02-09ssh: Work around 'select' bug in Guile.Ludovic Courtès
Fixes <https://bugs.gnu.org/30365>. * guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'select*' and use it.
2018-02-09gnu: services: Add wesnothd service.Arun Isaac
* gnu/services/games.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Game Services): Document the service.
2018-02-09gnu: Add wesnoth-server.Arun Isaac
* gnu/packages/games.scm (wesnoth-server): New variable.
2018-02-09gnu: Add sipcalc.Oleg Pykhalov
* gnu/packages/admin.scm (sipcalc): New public variable.
2018-02-08gnu: mu: Use a fixed variant of tzdata for the mu tests.Leo Famulari
* gnu/packages/mail.scm (mu)[inputs]: Remove tzdata. [native-inputs]: Add tzdata-2017a.
2018-02-08gnu: mu: Update to 1.0.Pierre Langlois
* gnu/packages/mail.scm (mu): Update to 1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-08gnu: audacity: Update to 2.2.1.Kei Kebreau
* gnu/packages/audio.scm (audacity): Update to 2.2.1.
2018-02-08gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].Leo Famulari
* gnu/packages/databases.scm (postgresql): Update to 10.2.
2018-02-08gnu: linux-libre: Update to 4.15.2.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.2. (%linux-libre-hash): Update hash.
2018-02-08gnu: linux-libre@4.14: Update to 4.14.18.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.18. (%linux-libre-4.14-hash): Update hash.
2018-02-08gnu: mpv: Fix CVE-2018-6360.Alex Vong
* gnu/packages/patches/mpv-CVE-2018-6360-1.patch, gnu/packages/patches/mpv-CVE-2018-6360-2.patch, gnu/packages/patches/mpv-CVE-2018-6360-3.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/video.scm (mpv)[source]: Use them. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-08gnu: Update syncthing to 0.14.44.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.44. [inputs]: Add go-github-com-prometheus-union and remove go-github-com-edsrzf-mmap-go. [source]: Delete bundled dependencies in a snippet. [arguments]: Remove the 'delete-bundled-source-code' phase.
2018-02-08gnu: go-github-com-zillode-notify: Update to 0.0.0-2.a8abcfb.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to 0.0.0-2.a8abcfb.
2018-02-08gnu: Add go-github-com-prometheus-union.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-prometheus-union): New variable.
2018-02-08gnu: Add go-github-com-client-golang-prometheus.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus): New variable.
2018-02-08gnu: Add go-github-com-client-golang-prometheus-promhttp.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus-promhttp): New variable.