summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Move crypto packages from haskell to haskell-crypto.Ricardo Wurmus2017-11-13
| | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-asn1-types, ghc-asn1-encoding, ghc-asn1-parse, ghc-crypto-api, ghc-crypto-api-tests, ghc-cryptohash, ghc-cryptohash-md5, ghc-cryptohash-sha1, ghc-cryptonite, ghc-digest, ghc-entropy, ghc-pem, ghc-puremd5, ghc-sha, ghc-x509, ghc-x509-store, ghc-x509-validation, ghc-x509-system): Move variables to ... * gnu/packages/haskell-crypto.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/haskell-web.scm, gnu/packages/version-control.scm: Include haskell-crypto module.
* gnu: Move web packages from haskell to haskell-web.Ricardo Wurmus2017-11-13
| | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-tagsoup, ghc-cookie, ghc-http-types, ghc-http, ghc-http-client, ghc-http-client-tls, ghc-http-date, ghc-http2, ghc-http-conduit, ghc-wai, ghc-wai-logger, ghc-wai-extra, ghc-wai-conduit, ghc-warp, ghc-warp-tls, ghc-xss-sanitize, ghc-css-text, ghc-mime-types, ghc-html, ghc-xhtml, ghc-blaze-html, ghc-aeson, ghc-aeson-pretty, ghc-aeson-qq, ghc-multipart): Move variables to ... * gnu/packages/haskell-web.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-web module.
* gnu: Move testing packages from haskell to haskell-check.Ricardo Wurmus2017-11-13
| | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-clock-bootstrap, ghc-tasty-ant-xml, ghc-tasty-smallcheck, ghc-tasty-quickcheck, ghc-tasty-golden, ghc-tasty, ghc-tasty-hunit, ghc-tasty-kat, ghc-tasty-th, ghc-tasty-rerun, ghc-quickcheck-instances, ghc-quickcheck-unicode, ghc-quickcheck-io, ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit, ghc-test-framework-quickcheck2, ghc-test-framework-th, ghc-hunit, hspec-discover, ghc-hspec-core, ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib, ghc-hspec-expectations): Move variables to ... * gnu/packages/haskell-check.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-check module.
* gnu: cd-hit: Update source tarball hash.Ricardo Wurmus2017-11-13
| | | | * gnu/packages/bioinformatics.scm (cd-hit)[source]: Update hash.
* Revert "gnu: totem: Enable parallel build."Kei Kebreau2017-11-13
| | | | This reverts commit e5f748a6c0c774265f52c7246ee7b80bec6d3522.
* services: guix: Remove dependency on 'lsof'.Ludovic Courtès2017-11-13
| | | | | | | | | | This is a followup to b8f59cdc20e9d83ce63523ef917e95fcee07f134: 'list-runtime-roots' no longer depends on 'lsof'. * gnu/services/base.scm (<guix-configuration>)[lsof]: Remove. (guix-shepherd-service): Adjust accordingly. * doc/guix.texi (Base Services): Adjust accordingly. * gnu/system.scm (%base-packages): Remove LSOF.
* gnu: guix: Update snapshot.Ludovic Courtès2017-11-13
| | | | * gnu/packages/package-management.scm (guix): Update to ff23b47.
* tests: 'guix-gc.sh' passes even when 'out' or 'drv' are defined as env vars.Ludovic Courtès2017-11-13
| | | | | | | | | This fixes a test failure exhibited by fb17a89912c2a3738dae716e30481c11e1c6f0ac whereby assignments to 'out' in guix-gc.sh would go to the 'out' environment variable, when it exists, which in turn prevents garbage collection of $out. * tests/guix-gc.sh: Add 'unset' invocations.
* gnu: ibus: Update to 1.5.17.Efraim Flashner2017-11-13
| | | | * gnu/packages/ibus.scm (ibus): Update to 1.5.17.
* gnu: ibus: Enable wayland support.Efraim Flashner2017-11-13
| | | | | | * gnu/packages/ibus.scm (ibus)[arguments]: Add configure flag to enable wayland support. [inputs]: Add wayland.
* gnu: libsoup: Update to 2.60.2.Kei Kebreau2017-11-12
| | | | * gnu/packages/gnome.scm (libsoup): Update to 2.60.2.
* list-runtime-roots: Ignore PIDs we cannot access.Ludovic Courtès2017-11-12
| | | | | | | | This allows running as non-root. Fixes a regression introduced in b8f59cdc20e9d83ce63523ef917e95fcee07f134. * nix/scripts/list-runtime-roots.in (referenced-files): Handle EACCES in addition to ENOENT.
* download: Use HTTPS for the first ImageMagick mirror.Leo Famulari2017-11-12
| | | | * guix/download.scm (%mirrors)[imagemagick]: Use HTTPS for <sunsite.icm.edu.pl>.
* download: Try FTP servers last.Leo Famulari2017-11-12
| | | | | * guix/download.scm (%mirrors)[savannah, kernel.org, apache, xorg, imagemagick]: Re-arrange so that FTP is last.
* gnu: imagemagick: Update to 6.9.9-23.Leo Famulari2017-11-12
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-23.
* list-runtime-roots: Canonicalize store items.Ludovic Courtès2017-11-12
| | | | | | | | | | Looking at 'addAdditionalRoots' in libstore/gc.cc, it looks like it should always have been this way. In practice it probably doesn't make much of a difference. * nix/scripts/list-runtime-roots.in (canonicalize-store-item): New procedure. <top level>: Use it.
* list-runtime-roots: Do not use 'lsof'.Ludovic Courtès2017-11-12
| | | | | | | | | This makes things a bit faster (0.8s instead of 1.4s on my laptop). * nix/scripts/list-runtime-roots.in (lsof-roots): Remove. (proc-fd-roots): Return the empty list when 'scandir' returns #f. (referenced-files): New procedure. Use it at the top level.
* doc: Better explain GC roots.Ludovic Courtès2017-11-12
| | | | | | | | | | | Fixes <https://bugs.gnu.org/24194>. Reported by J. Eppler <j.eppler@openmailbox.org>. * doc/guix.texi (Invoking guix-daemon): Add index entries for GC roots. Add xref to "Invoking guix gc". (Invoking guix gc): Add the string "GC roots"; mention /var/guix/gcroots. (Additional Build Options): Add index entries. Better explain --root. (Invoking guix environment): Add xref to "Invoking guix gc".
* gnu: Remove unrar.Leo Famulari2017-11-12
| | | | | | | | | | | This package is abandoned upstream and contains serious bugs: http://seclists.org/oss-sec/2017/q3/329 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14120 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14121 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14122 * gnu/packages/compression.scm (unrar): Remove variable.
* gnu: linux-libre: Change URL to HTTPS.Rutger Helling2017-11-12
| | | | | | * gnu/packages/linux.scm (linux-libre): Change URL to HTTPS. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mupdf: Unbundle mujs.Efraim Flashner2017-11-12
| | | | | * gnu/packages/pdf.scm (mupdf)[source]: Remove bundled mujs. [inputs]: Add mujs.
* gnu: Add mujs.Efraim Flashner2017-11-12
| | | | * gnu/packages/javascript.scm (mujs): New variable.
* gnu: mupdf: Use https.Efraim Flashner2017-11-12
| | | | | * gnu/packages/pdf.scm (mupdf)[source]: Use https. [home-page]: Same.
* gnu: pdf.scm: Arrange modules alphabetically.Efraim Flashner2017-11-12
| | | | * gnu/packages/pdf.scm: Arrange modules alphabetically.
* gnu: lash: Don't build static libraries.Efraim Flashner2017-11-12
| | | | | * gnu/packages/audio.scm (lash)[arguments]: Add configure-flag to disable static libraries.
* gnu: lash: Don't build lashd.Efraim Flashner2017-11-12
| | | | | | This fixes bug#28174. * gnu/packages/audio.scm (lash)[arguments]: Add phase to skip building lashd.
* gnu: glib-networking: Update to 2.54.1.Kei Kebreau2017-11-12
| | | | * gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
* gnu: ffmpeg: Reduce the size of the closure.Efraim Flashner2017-11-12
| | | | | * gnu/packages/video.scm (ffmpeg)[arguments]: Add new configure flags to disable the html man pages and the static libraries.
* gnu: mupdf: Use Texinfo for the description.Efraim Flashner2017-11-12
| | | | | * gnu/packages/pdf.scm (mupdf)[description]: Use Texinfo to mark up the description.
* gnu: w3m: Find an editor in the environment.Leo Famulari2017-11-11
| | | | | | * gnu/packages/w3m.scm (w3m)[arguments]: Pass an empty value for --with-editor in #:configure-flags. [source]: Use git-file-name.
* gnu: mupdf: Actually fix CVE-2017-15587.Leo Famulari2017-11-11
| | | | | | The original fix could be removed by an optimizing compiler. * gnu/packages/patches/mupdf-CVE-2017-15587.patch: Revise patch.
* gnu: libusb-compat: Use the same home page as libusb.Tobias Geerinckx-Rice2017-11-12
| | | | * gnu/packages/libusb.scm (libusb-compat)[home-page]: Update.
* gnu: fcgi: Fix typo in description.Tobias Geerinckx-Rice2017-11-12
| | | | * gnu/packages/web.scm (fcgi)[description]: Fix typo.
* gnu: fcgi: Use archived home page fork.Tobias Geerinckx-Rice2017-11-12
| | | | * gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
* gnu: lynx: Use new home page.Tobias Geerinckx-Rice2017-11-12
| | | | * gnu/packages/web-browsers.scm (lynx)[home-page]: Update.
* gnu: perl-mime-types: Update to 2.14.Tobias Geerinckx-Rice2017-11-12
| | | | * gnu/packages/perl.scm (perl-mime-types): Update to 2.14.
* gnu: mailutils: Update to 3.4.Ludovic Courtès2017-11-11
| | | | * gnu/packages/mail.scm (mailutils): Update to 3.4.
* gnu: emacs-emms: Update to 4.4.Ludovic Courtès2017-11-11
| | | | * gnu/packages/emacs.scm (emms): Update to 4.4.
* gnu: nyacc: Update to 0.82.4.Jan Nieuwenhuizen2017-11-11
| | | | * gnu/packages/mes.scm (nyacc): Update to 0.82.4.
* git: Check whether 'clone-init-options' is defined.Ludovic Courtès2017-11-11
| | | | | | | This is a followup to 195f0d05c3f64e17e84b2683a7045a14ec578d61. * guix/git.scm (clone*): Check whether 'clone-init-options' is defined before using it.
* gnu: nvi: Build with support for Unicode text.Leo Famulari2017-11-11
| | | | | * gnu/packages/nvi.scm (nvi)[arguments]: Pass '--enable-widechar' to #:configure-flags.
* tests: Adjust to new unbound-variable error message.Ludovic Courtès2017-11-11
| | | | | | This is a followup to dc856223f5eab57d8a4881782ec0f50abd12afa3. * tests/guix-package.sh: Adjust unbound-variable message regexp.
* tests: Refer to "time@1.8".Ludovic Courtès2017-11-11
| | | | | | This is a followup to dd00e0919fcecd895ff4e5a646cf068f46ff8d12. * tests/guix-build.sh: Refer to "time@1.8".
* download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès2017-11-11
| | | | | | | | Reported by Mark H Weaver <mhw@netris.org> at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00190.html>. * guix/build/download.scm (guile-2.2) [write-request-line]: Backport Guile commit 6ad28ae3bc6a6d9e95ab7d70510d12c97673a143.
* gnu: lvm2: Update to 2.02.176.Marius Bakke2017-11-11
| | | | * gnu/packages/linux.scm (lvm2): Update to 2.02.176.
* gnu: libstaroffice: Update to 0.0.5.Marius Bakke2017-11-11
| | | | * gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.5.
* gnu: libvisio: Update to 0.1.6.Marius Bakke2017-11-11
| | | | | | | * gnu/packages/libreoffice.scm (libvisio): Update to 0.1.6. [source](patches): Remove. * gnu/packages/patches/libvisio-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libetonyek: Update to 0.1.7.Marius Bakke2017-11-11
| | | | | | | | | * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.7. [source](patches): Remove. [arguments]<#:phases>: Remove. [native-inputs]: Remove AUTOCONF and AUTOMAKE. * gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libreoffice: Update to 5.3.7.2 and enable GTK3.Rutger Helling2017-11-11
| | | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.7.2 [source]: Change URL to HTTPS. [inputs]: Add gtk+. [configure-flags]: Remove "--disable-gtk3". Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python2-rpython: Update to 0.2.1.Alex Vong2017-11-11
| | | | | | * gnu/packages/python.scm (python2-rpython): Update to 0.2.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>