Age | Commit message (Collapse) | Author |
|
Fixes a build failure with LLVM 6.0.x.
* gnu/packages/julia.scm (julia)[inputs]: Use LLVM-3.9.1 instead of
LLVM.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.8.
(%linux-libre-hash): Update hash.
(linux-libre): Remove patch.
|
|
* gnu/packages/video.scm (vlc): Update to 3.0.3-1.
|
|
* gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.7.
(%linux-libre-hash): Update hash.
(linux-libre)[source]: Add upstream patch to fix i686.
|
|
* gnu/packages/web.scm (httpd): Update to 2.4.34.
|
|
* gnu/packages/messaging.scm (znc): Update to 1.7.1.
|
|
* gnu/packages/emacs.scm (emacs-rust-mode): New variable.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.56.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.113.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.141.
|
|
* gnu/packages/chemistry.scm (openbabel): New variable.
|
|
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript/fixed): New variable.
* gnu/packages/patches/ghostscript-CVE-2018-10194.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.
|
|
* gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
(cups-minimal-2.2.8): New variable.
(cups): Use package/inherit.
|
|
* gnu/packages/networking.scm (whois): Update to 5.3.2.
|
|
* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
|
|
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
|
|
* gnu/packages/compression.scm (bsdiff): New public variable.
|
|
* gnu/packages/game-development.scm (sfml)[source](snippet): New field.
[inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.
|
|
* gnu/packages/stb.scm (stb-image-write): New public variable.
|
|
* gnu/packages/stb.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
|
|
* gnu/packages/game-development.scm (sfml): Update to 2.5.0.
[arguments]: Specify pkg-config dir in #:configure-flags.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Move FLAC, FREETYPE, LIBVORBIS and OPENAL ...
[propagated-inputs]: ... here. New field.
|
|
* gnu/packages/game-development.scm (physfs): Update to 3.0.1.
[arguments]: Add phase to ensure RUNPATH is set.
|
|
* gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702.
[source]: Change URI to maintained repository.
[arguments]: Remove.
|
|
* gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.
|
|
* gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
|
|
* gnu/packages/gnunet.scm (libextractor): Update to 1.7.
|
|
* gnu/packages/cdrom.scm (libcue): Update to 2.2.1.
[arguments]: Add #:configure-flags for building shared library, since the
package defaults to static since this version.
|
|
* gnu/packages/crypto.scm (libb2): Update to 0.98.
[source]: Use URL-FETCH.
[native-inputs]: Remove.
|
|
* gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
|
|
* gnu/packages/libusb.scm (libusb, libusb-compat)[home-page]: Use HTTPS.
|
|
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.
|
|
* gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase,
define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.
|
|
* gnu/packages/games.scm (nethack): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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.
|
|
* gnu/packages/emacs.scm (emacs-adoc-mode): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/emacs.scm (emacs-markup-faces): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/php.scm (php): Update to 7.2.7.
|
|
* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
|
|
* gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.
|
|
* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
|
|
* gnu/packages/maths.scm (qhull): New variable.
|
|
* gnu/packages/web-browsers.scm (luakit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* gnu/packages/package-management.scm (guix): Update to 8bbb79c.
|
|
* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.
|
|
* gnu/packages/games.scm (angband): Update to 4.1.2.
[source]: Parameterize source uri.
[arguments]: Use custom 'autogen.sh phase to replace 'bootstrap phase.
|