Age | Commit message (Expand) | Author |
2018-07-18 | gnu: libb2: Update to 0.98....* gnu/packages/crypto.scm (libb2): Update to 0.98.
[source]: Use URL-FETCH.
[native-inputs]: Remove.
| Marius Bakke |
2018-07-18 | gnu: rapidjson: Remove non-free code....* gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
| Marius Bakke |
2018-07-18 | gnu: libusb: Update home page....* gnu/packages/libusb.scm (libusb, libusb-compat)[home-page]: Use HTTPS.
| Marius Bakke |
2018-07-18 | gnu: guix-daemon: Fix file name of 'guix' command....Fixes <https://bugs.gnu.org/32183>.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.
* gnu/packages/package-management.scm (guix-daemon)[arguments]: In
'install' phase, fix file name of 'guix' command.
| Ludovic Courtès |
2018-07-18 | gnu: nethack: Make builds bit-reproducible....* gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase,
define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.
| Ludovic Courtès |
2018-07-18 | gnu: Add nethack....* gnu/packages/games.scm (nethack): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Anonymous |
2018-07-18 | build: Remove copy of (srfi srfi-64)....SRFI-64 was added in Guile 2.0.10 and we require 2.0.13 or newer.
* Makefile.am (EXTRA_DIST): Remove srfi/*.
* srfi: Remove directory.
| Ludovic Courtès |
2018-07-17 | gnu: Add emacs-adoc-mode...* gnu/packages/emacs.scm (emacs-adoc-mode): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Jack Hill |
2018-07-17 | gnu: Add emacs-markup-faces...* gnu/packages/emacs.scm (emacs-markup-faces): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Jack Hill |
2018-07-17 | gnu: php: Update to 7.2.7....* gnu/packages/php.scm (php): Update to 7.2.7.
| Julien Lepiller |
2018-07-17 | gnu: handbrake: Compile with ffmpeg-3.4....* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
| Andreas Enge |
2018-07-17 | gnu: mplayer: Compile with ffmpeg-3.4....* gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.
| Andreas Enge |
2018-07-17 | gnu: octave: Add qhull support....* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
| Kei Kebreau |
2018-07-17 | gnu: Add qhull....* gnu/packages/maths.scm (qhull): New variable.
| Kei Kebreau |
2018-07-17 | gnu: Add luakit....* gnu/packages/web-browsers.scm (luakit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| 43317 |
2018-07-17 | gnu: twinkle: Add missing headers...* gnu/packages/patches/twinkle-include-qregexpvalidator-explicity.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (twinkle)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jovany Leandro G.C |
2018-07-17 | gnu: elixir: Update to 1.6.6....* gnu/packages/elixir.scm (elixir): Update to 1.6.6.
Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nils Gillmann |
2018-07-17 | gnu: erlang: Update to 21.0....* gnu/packages/erlang.scm (erlang): Update to 21.0.
Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nils Gillmann |
2018-07-17 | gnu: guix: Update to 8bbb79c....* gnu/packages/package-management.scm (guix): Update to 8bbb79c.
| Ludovic Courtès |
2018-07-17 | gnu: guix: Build with Guile 2.2.4....* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.
| Ludovic Courtès |
2018-07-17 | gnu: angband: Update to 4.1.2....* gnu/packages/games.scm (angband): Update to 4.1.2.
[source]: Parameterize source uri.
[arguments]: Use custom 'autogen.sh phase to replace 'bootstrap phase.
| Efraim Flashner |
2018-07-17 | gnu: assimp: Update to 4.1.0....* gnu/packages/graphics.scm (assimp): Update to 4.1.0.
[source]: Don't use unstable tarball.
[home-page]: Update home-page.
| Efraim Flashner |
2018-07-17 | gnu: aspell-dict-en: Update to 2018.04.16-0....* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0.
| Efraim Flashner |
2018-07-17 | gnu: vdirsyncer: Return #t from all phases....* gnu/packages/dav.scm (vdirsyncer)[arguments]: Substitute invoke for
system*.
| Efraim Flashner |
2018-07-17 | gnu: vdirsyncer: Update home-page....* gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream
home-page.
| Efraim Flashner |
2018-07-16 | gnu: mutt: Update to 1.10.1....* gnu/packages/mail.scm (mutt): Update to 1.10.1.
| Leo Famulari |
2018-07-16 | gnu: libtorrent-rasterbar: Update to 1.1.8....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.8.
| Leo Famulari |
2018-07-17 | doc: Remove the documentation about Cuirass' load-path....* doc/guix.texi (Continuous Integration): Remove the load-path field.
| Clément Lassieur |
2018-07-16 | gnu: python-cairocffi: Fix loading of shared libraries....Fixes <https://bugs.gnu.org/32170>.
* gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango.
[native-inputs]: Add python-pytest.
[arguments]: Enable tests.
[arguments]<#:phases>[patch-paths]: New phase.
| Danny Milosavljevic |
2018-07-16 | gnu: python-pyasn1-modules: Update to 0.2.2....* gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules):
Update to 0.2.2.
| Leo Famulari |
2018-07-16 | gnu: python-pyasn1: Update to 0.4.3....* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
| Leo Famulari |
2018-07-16 | services: cuirass: Remove the LOAD-PATH option....* gnu/services/cuirass.scm (<cuirass-configuration>,
cuirass-shepherd-service): Remove the LOAD-PATH option.
| Clément Lassieur |
2018-07-16 | gnu: cuirass: Update to 7b2f9e0....* gnu/packages/ci.scm (cuirass): Update to 7b2f9e0.
| Clément Lassieur |
2018-07-16 | gnu: Remove leftover patch....* gnu/packages/patches/file-CVE-2017-1000249.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.patch'.
| Leo Famulari |
2018-07-16 | mailmap: Add a line for Pierre-Antoine....* .mailmap: Add entry for Pierre-Antoine.
| Ludovic Courtès |
2018-07-16 | gnu: emacs-bash-completion: Fix spelling of "Bash"....* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]:
Fix spelling of "Bash".
| Ludovic Courtès |
2018-07-16 | gnu: emacs-pulseaudio-control: Record the file name of 'pactl'....* gnu/packages/emacs.scm (emacs-pulseaudio-control)[arguments, inputs]:
New fields.
| Ludovic Courtès |
2018-07-16 | mailmap: Add another line for myself....Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nils Gillmann |
2018-07-16 | gnu: ecryptfs-utils: Patch hardcoded-paths....* gnu/packages/linux.scm: (ecryptfs-utils): Patch hardcoded-paths.
[arguments]: Add the phase patch-hardcoded-paths to replace various hardcoded
references to /bin, /sbin, ... with direct references to the store.
[inputs]: Add missing inputs util-linux, cryptsetup, and lvm2 so that the
correct paths can be found and the resulting code works.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brendan Tildesley |
2018-07-16 | gnu: monero-core: Rename package to "monero-gui"....* gnu/packages/finance.scm (monero-core): Define in terms of
'deprecated-package'.
(monero-gui): New variable, formerly known as "monero-core".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Theodoros Foradis |
2018-07-16 | gnu: monero-core: Return #t from phases....* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Theodoros Foradis |
2018-07-16 | gnu: monero-core: Update to 0.12.2.0....* gnu/packages/finance.scm (monero-core): Update to 0.12.2.0.
[source]: Use 'git-fetch'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Theodoros Foradis |
2018-07-16 | gnu: monero: Return #t from phases....* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Theodoros Foradis |
2018-07-16 | gnu: monero: Update to 0.12.3.0....* gnu/packages/patches/monero-use-system-miniupnpc.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/finance.scm (monero): Update to 0.12.3.0.
[source]: Add patch. Remove snippet because miniupnpc, rapidjson
and unbound are no longer bundled in-tree.
[inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc.
[arguments]: Change build-type to "release".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Theodoros Foradis |
2018-07-16 | gnu: Add electron-cash....* gnu/packages/finance.scm (electron-cash): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vagrant Cascadian |
2018-07-16 | gnu: kodi: Build with mariadb....* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
| Efraim Flashner |
2018-07-16 | gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180]....* gnu/packages/java.scm (java-bouncycastle): Update to 1.60.
| Leo Famulari |
2018-07-16 | gnu: fltk: Update to 1.3.4-2....* gnu/packages/fltk.scm (fltk): Update to 1.3.4-2.
[source]: Remove patches.
[inputs]: Switch from libjpeg-8 to libjpeg.
* gnu/packages/patches/fltk-shared-lib-defines.patch,
gnu/packages/patches/fltk-xfont-on-demand.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Efraim Flashner |
2018-07-16 | gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435]....* gnu/packages/crypto.scm (botan): Update to 2.7.0.
| Leo Famulari |
2018-07-15 | gnu: ruby-options: Return #t from set-LIB phase....* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB
phase.
| Christopher Baines |