Commit graph

33578 commits

Author SHA1 Message Date
Ludovic Courtès 8df2eca6b0
gexp: 'imported-files' no longer creates a derivation by default.
* guix/gexp.scm (gexp->derivation): Add #:import-creates-derivation?.
Pass #:derivation? to 'imported-modules' and 'compiled-modules'.  In -L
argument, check whether MODULES is a derivation.
(%not-slash): New variable.
(file-mapping->tree): New procedure.
(imported-files): Rename to...
(imported-files/derivation): ... this.
(imported-files): New procedure.  Rewrite in terms of
'interned-file-tree' when possible; add #:derivation? parameter.
(imported-modules, compiled-modules): Add #:derivation? parameter and
pass it to 'imported-files'.
* guix/packages.scm (patch-and-repack): Pass
 #:import-creates-derivation? to 'gexp->derivation'.
* tests/gexp.scm ("imported-files"): Adjust to no longer expect a
derivation.
2018-07-19 11:48:04 +02:00
Ludovic Courtès 4d20d87b53
gexp: Remove unnecessary 'mlet'.
* guix/gexp.scm (imported-modules): Use 'let' instead of 'mlet'.
2018-07-19 11:48:04 +02:00
Ludovic Courtès 7f11efbac7
store: Add 'add-file-tree-to-store'.
* guix/store.scm (%not-slash): New variable.
(add-file-tree-to-store, interned-file-tree): New procedures.
* tests/store.scm ("add-file-tree-to-store"): New test.
2018-07-19 11:48:04 +02:00
Ludovic Courtès b94b698d4e
serialization: Add 'write-file-tree'.
* guix/serialization.scm (write-contents-from-port): New procedure.
(write-contents): Write in terms of 'write-contents-from-port'.
(filter/sort-directory-entries, write-file-tree): New procedures.
(write-file): Rewrite in terms of 'write-file-tree'.
* tests/nar.scm ("write-file-tree + restore-file"): New test.
2018-07-19 11:48:04 +02:00
Eric Brown ec83abad85
gnu: Add r-txtplot.
* gnu/packages/statistics.scm (r-txtplot): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-19 11:47:21 +02:00
Rouby Pierre-Antoine d4c06f3280
gnu: julia: Fix 'llvm' version.
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>
2018-07-19 11:46:43 +02:00
Mark H Weaver 7da1db5b57
gnu: linux-libre: Update to 4.17.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.8.
(%linux-libre-hash): Update hash.
(linux-libre): Remove patch.
2018-07-18 22:14:39 -04:00
Leo Famulari 324c049ff6
gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].
* gnu/packages/video.scm (vlc): Update to 3.0.3-1.
2018-07-18 19:50:09 -04:00
Julien Lepiller 363c946b36
gnu: services: Fix openssh service start error.
* gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.
2018-07-18 21:17:15 +02:00
Mark H Weaver 46978ff64f
gnu: linux-libre: Update to 4.17.7.
* 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.
2018-07-18 13:55:47 -04:00
Leo Famulari 16c0902587
gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].
* gnu/packages/web.scm (httpd): Update to 2.4.34.
2018-07-18 13:34:02 -04:00
Leo Famulari 770d1f2464
gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].
* gnu/packages/messaging.scm (znc): Update to 1.7.1.
2018-07-18 13:32:24 -04:00
Rouby Pierre-Antoine 661e8a62f7
gnu: Add emacs-rust-mode.
* gnu/packages/emacs.scm (emacs-rust-mode): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-07-18 11:38:22 -04:00
Mark H Weaver 208df8ba8a
gnu: linux-libre@4.14: Update to 4.14.56.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.56.
(%linux-libre-4.14-hash): Update hash.
2018-07-18 00:24:01 -04:00
Mark H Weaver 431936f22a
gnu: linux-libre@4.9: Update to 4.9.113.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.113.
2018-07-18 00:23:16 -04:00
Mark H Weaver 06f06142a3
gnu: linux-libre@4.4: Update to 4.4.141.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.141.
2018-07-18 00:22:24 -04:00
Kei Kebreau 348edd91ef
gnu: Add openbabel.
* gnu/packages/chemistry.scm (openbabel): New variable.
2018-07-17 20:53:57 -04:00
Leo Famulari a1e3da63cb
gnu: ghostscript: Fix CVE-2018-10194.
* 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.
2018-07-17 20:44:52 -04:00
Leo Famulari 276598b69b
gnu: certbot, python-acme: Update to 0.26.1.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.
2018-07-17 20:44:52 -04:00
Leo Famulari d212b9d4d0
gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].
* gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
(cups-minimal-2.2.8): New variable.
(cups): Use package/inherit.
2018-07-17 20:44:48 -04:00
Marius Bakke b8b15ea0e9
gnu: whois: Update to 5.3.2.
* gnu/packages/networking.scm (whois): Update to 5.3.2.
2018-07-18 01:04:15 +02:00
Marius Bakke 1a149de748
gnu: rng-tools: Update to 6.3.1.
* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
2018-07-18 01:04:15 +02:00
Marius Bakke 7c9e27e8b6
gnu: ffmpeg@2.8: Update to 2.8.15.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
2018-07-18 01:04:15 +02:00
Marius Bakke ac83cf22c2
gnu: Add bsdiff.
* gnu/packages/compression.scm (bsdiff): New public variable.
2018-07-18 01:04:15 +02:00
Marius Bakke 67c127c9cb
gnu: sfml: Remove all bundled dependencies.
* gnu/packages/game-development.scm (sfml)[source](snippet): New field.
[inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.
2018-07-18 01:04:14 +02:00
Marius Bakke ecb1194bbc
gnu: Add stb-image-write.
* gnu/packages/stb.scm (stb-image-write): New public variable.
2018-07-18 01:04:14 +02:00
Marius Bakke cada868c2a
gnu: Add stb-image.
* gnu/packages/stb.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2018-07-18 01:04:14 +02:00
Marius Bakke 0bc2724800
gnu: sfml: Update to 2.5.0.
* 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.
2018-07-18 00:36:08 +02:00
Marius Bakke 08e977d291
gnu: physfs: Update to 3.0.1.
* gnu/packages/game-development.scm (physfs): Update to 3.0.1.
[arguments]: Add phase to ensure RUNPATH is set.
2018-07-18 00:36:08 +02:00
Marius Bakke 2495012709
gnu: libspiro: Update to 0.5.20150702.
* gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702.
[source]: Change URI to maintained repository.
[arguments]: Remove.
2018-07-18 00:36:07 +02:00
Marius Bakke 06446a7d03
gnu: libmodplug: Update to 0.8.9.0.
* gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.
2018-07-18 00:36:07 +02:00
Marius Bakke fa3b93d6a7
gnu: libmikmod: Update to 3.3.11.1.
* gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
2018-07-18 00:36:07 +02:00
Marius Bakke 67c18a03d4
gnu: libextractor: Update to 1.7.
* gnu/packages/gnunet.scm (libextractor): Update to 1.7.
2018-07-18 00:36:07 +02:00
Marius Bakke 05fcb98d10
gnu: libcue: Update to 2.2.1.
* 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.
2018-07-18 00:36:07 +02:00
Marius Bakke e9997e471d
gnu: libb2: Update to 0.98.
* gnu/packages/crypto.scm (libb2): Update to 0.98.
[source]: Use URL-FETCH.
[native-inputs]: Remove.
2018-07-18 00:36:06 +02:00
Marius Bakke 5939188e72
gnu: rapidjson: Remove non-free code.
* gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
2018-07-18 00:36:06 +02:00
Marius Bakke f8ac203928
gnu: libusb: Update home page.
* gnu/packages/libusb.scm (libusb, libusb-compat)[home-page]: Use HTTPS.
2018-07-18 00:36:06 +02:00
Ludovic Courtès 799dc53e9b
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.
2018-07-18 00:25:06 +02:00
Ludovic Courtès df35e71542
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.
2018-07-18 00:22:33 +02:00
Anonymous 3bd0d18661
gnu: Add nethack.
* gnu/packages/games.scm (nethack): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-18 00:22:33 +02:00
Ludovic Courtès 02d7e9417d
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.
2018-07-18 00:22:33 +02:00
Jack Hill 36a71ce04d
gnu: Add emacs-adoc-mode
* gnu/packages/emacs.scm (emacs-adoc-mode): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-17 17:58:18 -04:00
Jack Hill 5691898f28
gnu: Add emacs-markup-faces
* gnu/packages/emacs.scm (emacs-markup-faces): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-17 17:58:18 -04:00
Julien Lepiller 16dc5ed039
gnu: php: Update to 7.2.7.
* gnu/packages/php.scm (php): Update to 7.2.7.
2018-07-17 23:36:56 +02:00
Andreas Enge 3078002716
gnu: handbrake: Compile with ffmpeg-3.4.
* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
2018-07-17 22:59:56 +02:00
Andreas Enge 21e6428dc7
gnu: mplayer: Compile with ffmpeg-3.4.
* gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.
2018-07-17 22:59:56 +02:00
Kei Kebreau c215fa2135
gnu: octave: Add qhull support.
* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
2018-07-17 15:29:05 -04:00
Kei Kebreau d65f0661f3
gnu: Add qhull.
* gnu/packages/maths.scm (qhull): New variable.
2018-07-17 12:49:20 -04:00
43317 700987f72c
gnu: Add luakit.
* gnu/packages/web-browsers.scm (luakit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-17 15:13:48 +02:00
Jovany Leandro G.C 4fa335949a
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>
2018-07-17 15:13:48 +02:00