summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gexp: 'imported-files' no longer creates a derivation by default.Ludovic Courtès2018-07-19
| | | | | | | | | | | | | | | | | | * 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.
* gexp: Remove unnecessary 'mlet'.Ludovic Courtès2018-07-19
| | | | * guix/gexp.scm (imported-modules): Use 'let' instead of 'mlet'.
* store: Add 'add-file-tree-to-store'.Ludovic Courtès2018-07-19
| | | | | | * 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.
* serialization: Add 'write-file-tree'.Ludovic Courtès2018-07-19
| | | | | | | | * 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.
* gnu: Add r-txtplot.Eric Brown2018-07-19
| | | | | | * gnu/packages/statistics.scm (r-txtplot): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: julia: Fix 'llvm' version.Rouby Pierre-Antoine2018-07-19
| | | | | | | | | 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: linux-libre: Update to 4.17.8.Mark H Weaver2018-07-18
| | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.8. (%linux-libre-hash): Update hash. (linux-libre): Remove patch.
* gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].Leo Famulari2018-07-18
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.3-1.
* gnu: services: Fix openssh service start error.Julien Lepiller2018-07-18
| | | | * gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.
* gnu: linux-libre: Update to 4.17.7.Mark H Weaver2018-07-18
| | | | | | * 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: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].Leo Famulari2018-07-18
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.34.
* gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].Leo Famulari2018-07-18
| | | | * gnu/packages/messaging.scm (znc): Update to 1.7.1.
* gnu: Add emacs-rust-mode.Rouby Pierre-Antoine2018-07-18
| | | | | | * gnu/packages/emacs.scm (emacs-rust-mode): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: linux-libre@4.14: Update to 4.14.56.Mark H Weaver2018-07-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.56. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.113.Mark H Weaver2018-07-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.113.
* gnu: linux-libre@4.4: Update to 4.4.141.Mark H Weaver2018-07-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.141.
* gnu: Add openbabel.Kei Kebreau2018-07-17
| | | | * gnu/packages/chemistry.scm (openbabel): New variable.
* gnu: ghostscript: Fix CVE-2018-10194.Leo Famulari2018-07-17
| | | | | | | * 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: certbot, python-acme: Update to 0.26.1.Leo Famulari2018-07-17
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.
* gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].Leo Famulari2018-07-17
| | | | | | * gnu/packages/cups.scm (cups-minimal)[replacement]: New field. (cups-minimal-2.2.8): New variable. (cups): Use package/inherit.
* gnu: whois: Update to 5.3.2.Marius Bakke2018-07-18
| | | | * gnu/packages/networking.scm (whois): Update to 5.3.2.
* gnu: rng-tools: Update to 6.3.1.Marius Bakke2018-07-18
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
* gnu: ffmpeg@2.8: Update to 2.8.15.Marius Bakke2018-07-18
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
* gnu: Add bsdiff.Marius Bakke2018-07-18
| | | | * gnu/packages/compression.scm (bsdiff): New public variable.
* gnu: sfml: Remove all bundled dependencies.Marius Bakke2018-07-18
| | | | | * gnu/packages/game-development.scm (sfml)[source](snippet): New field. [inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.
* gnu: Add stb-image-write.Marius Bakke2018-07-18
| | | | * gnu/packages/stb.scm (stb-image-write): New public variable.
* gnu: Add stb-image.Marius Bakke2018-07-18
| | | | | * gnu/packages/stb.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
* gnu: sfml: Update to 2.5.0.Marius Bakke2018-07-18
| | | | | | | | * 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: physfs: Update to 3.0.1.Marius Bakke2018-07-18
| | | | | * gnu/packages/game-development.scm (physfs): Update to 3.0.1. [arguments]: Add phase to ensure RUNPATH is set.
* gnu: libspiro: Update to 0.5.20150702.Marius Bakke2018-07-18
| | | | | | * gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702. [source]: Change URI to maintained repository. [arguments]: Remove.
* gnu: libmodplug: Update to 0.8.9.0.Marius Bakke2018-07-18
| | | | * gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.
* gnu: libmikmod: Update to 3.3.11.1.Marius Bakke2018-07-18
| | | | * gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
* gnu: libextractor: Update to 1.7.Marius Bakke2018-07-18
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.7.
* gnu: libcue: Update to 2.2.1.Marius Bakke2018-07-18
| | | | | | * 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: libb2: Update to 0.98.Marius Bakke2018-07-18
| | | | | | * gnu/packages/crypto.scm (libb2): Update to 0.98. [source]: Use URL-FETCH. [native-inputs]: Remove.
* gnu: rapidjson: Remove non-free code.Marius Bakke2018-07-18
| | | | * gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
* gnu: libusb: Update home page.Marius Bakke2018-07-18
| | | | * gnu/packages/libusb.scm (libusb, libusb-compat)[home-page]: Use HTTPS.
* gnu: guix-daemon: Fix file name of 'guix' command.Ludovic Courtès2018-07-18
| | | | | | | | 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: nethack: Make builds bit-reproducible.Ludovic Courtès2018-07-18
| | | | | * gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase, define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.
* gnu: Add nethack.Anonymous2018-07-18
| | | | | | * gnu/packages/games.scm (nethack): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build: Remove copy of (srfi srfi-64).Ludovic Courtès2018-07-18
| | | | | | | 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: Add emacs-adoc-modeJack Hill2018-07-17
| | | | | | * gnu/packages/emacs.scm (emacs-adoc-mode): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-markup-facesJack Hill2018-07-17
| | | | | | * gnu/packages/emacs.scm (emacs-markup-faces): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: php: Update to 7.2.7.Julien Lepiller2018-07-17
| | | | * gnu/packages/php.scm (php): Update to 7.2.7.
* gnu: handbrake: Compile with ffmpeg-3.4.Andreas Enge2018-07-17
| | | | * gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
* gnu: mplayer: Compile with ffmpeg-3.4.Andreas Enge2018-07-17
| | | | * gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.
* gnu: octave: Add qhull support.Kei Kebreau2018-07-17
| | | | * gnu/packages/maths.scm (octave)[inputs]: Add qhull.
* gnu: Add qhull.Kei Kebreau2018-07-17
| | | | * gnu/packages/maths.scm (qhull): New variable.
* gnu: Add luakit.433172018-07-17
| | | | | | * gnu/packages/web-browsers.scm (luakit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: twinkle: Add missing headersJovany Leandro G.C2018-07-17
| | | | | | | | | * 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>