summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: camlp4: Remove obsolete package.Julien Lepiller2019-11-30
| | | | * gnu/packages/ocaml.scm (camlp4): Remove package.
* gnu: ocaml-camomile: Remove unneeded dependency.Julien Lepiller2019-11-30
| | | | * gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4.
* gnu: ocaml-piqi: Update to 0.7.7.Julien Lepiller2019-11-30
| | | | * gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.7.
* gnu: ocaml-ulex: Remove package.Julien Lepiller2019-11-30
| | | | * gnu/packages/ocaml.scm (ocaml-ulex): Remove deprecated package.
* gnu: ocaml-piqilib: Update to 0.6.15.Julien Lepiller2019-11-30
| | | | | | | | | * gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.15. [source]: Remove patch. [native-inputs]: Remove camlp4. [propagated-inputs]: Replace ulex with sedlex. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add ocaml-sedlex.Julien Lepiller2019-11-30
| | | | * gnu/packages/ocaml.scm (ocaml-sedlex): New variable.
* gnu: Add ocaml-gen.Julien Lepiller2019-11-30
| | | | * gnu/packages/ocaml.scm (ocaml-gen): New variable.
* gnu: ocaml-csv: Update to 2.3.Julien Lepiller2019-11-30
| | | | | * gnu/packages/ocaml.scm (ocaml-csv): Update to 2.3. [license]: Update license.
* gnu: ocaml-bisect: Remove package.Julien Lepiller2019-11-30
| | | | | * gnu/packages/ocaml.scm (ocaml-bisect): Remove deprecated package, replaced by ocaml-bisect-ppx.
* gnu: ocaml-batteries: Remove unneeded dependencies.Julien Lepiller2019-11-30
| | | | | * gnu/packages/ocaml.scm (ocaml-batteries)[native-inputs]: Remove ocaml-bisect and ocaml-ounit.
* gnu: ocaml-bitstring: Remove unneeded dependencies.Julien Lepiller2019-11-30
| | | | | | * gnu/packages/ocaml.scm (ocaml-bitstring): Remove unneeded dependencies [native-inputs]: Remove camlp4 and bisect. [propagated-inputs]: Remove camlp4.
* gnu: ocaml-findlib: Update to 1.8.1.Julien Lepiller2019-11-30
| | | | | * gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.8.1. [native-inputs]: Remove camlp4.
* gnu: lablgtk: Update to 2.18.8.Julien Lepiller2019-11-30
| | | | | | * gnu/packages/ocaml.scm (lablgtk): Update to 2.18.8. [source]: Use git-fetch. [native-inputs]: Remove camlp4.
* gnu: opam: Remove unneeded dependency on deprecated camlp4.Julien Lepiller2019-11-30
| | | | gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.
* gnu: linux-libre: Update to 5.3.14.Mark H Weaver2019-11-30
| | | | | * gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.14. (linux-libre-5.3-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.205.Mark H Weaver2019-11-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.205. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.205.Mark H Weaver2019-11-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.205. (linux-libre-4.4-pristine-source): Update hash.
* gnu: nano: Update to 4.6.Tobias Geerinckx-Rice2019-11-29
| | | | * gnu/packages/nano.scm (nano): Update to 4.6.
* gnu: perl-email-sender: Update to 1.300033.Tobias Geerinckx-Rice2019-11-29
| | | | * gnu/packages/mail.scm (perl-email-sender): Update to 1.300033.
* gnu: limnoria: Update to 2019.11.22.Tobias Geerinckx-Rice2019-11-29
| | | | * gnu/packages/irc.scm (limnoria): Update to 2019.11.22.
* gnu: emacs-rainbow-mode: Update to 1.0.2.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.2. [source, home-page]: Use HTTPS.
* gnu: emacs-debbugs: Update to 0.21.Tobias Geerinckx-Rice2019-11-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.21.
* gnu: php: Update to 7.4.0.Julien Lepiller2019-11-29
| | | | * gnu/packages/php.scm (php): Update to 7.4.0.
* tests: Fix race condition in profile locking test.Ludovic Courtès2019-11-29
| | | | | | | | | | | | | Previously, there was a possibility that "guix install emacs" would grab the lock before "guix package -m $module_dir/manifest.scm". When that happened, the test would start building Emacs and all its dependencies, which could take a while and some disk space. This is a followup to b1fb663404894268b5ee92c040f12c52c0bee425. * tests/guix-package.sh: In profile locking test, emit "$module_dir/ready" from the manifest and wait for it to exist before running "guix install emacs".
* ui: 'with-profile-lock' keeps going upon ENOLCK.Ludovic Courtès2019-11-29
| | | | | | * guix/build/syscalls.scm (call-with-file-lock/no-wait): Really pass ARGS to HANDLER. Return #f when HANDLER is called. * guix/ui.scm (profile-lock-handler): Emit a mere warning upon ENOLCK.
* ui: Factorize 'with-profile-lock'.Ludovic Courtès2019-11-29
| | | | | | | | | * guix/ui.scm (profile-lock-handler, profile-lock-file): New procedures. (with-profile-lock): New macro. * guix/scripts/package.scm (process-actions): Use 'with-profile-lock' instead of 'with-file-lock/no-wait'. * guix/scripts/pull.scm (guix-pull): Likewise.
* gnu: Add tdlib.Brett Gilio2019-11-29
| | | | | | * gnu/packages/messaging.scm (tdlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* daemon: 'pathExists' uses 'statx' when available.Ludovic Courtès2019-11-29
| | | | * nix/libutil/util.cc (pathExists) [HAVE_STATX]: New code.
* gnu: openmpi: Increase priority of the PSM component.Ludovic Courtès2019-11-29
| | | | | | | | * gnu/packages/patches/openmpi-psm2-priority.patch: Rename to... * gnu/packages/patches/openmpi-mtl-priorities.patch: ... this. Add hunk to change the priority of PSM. * gnu/packages/mpi.scm (openmpi)[source]: Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Likewise.
* gnu: xterm: Update to 351.Ludovic Courtès2019-11-29
| | | | * gnu/packages/xorg.scm (xterm): Update to 351.
* gnu: rclone: Update to 1.50.2.Clément Lassieur2019-11-29
| | | | * gnu/packages/sync.scm (rclone): Update to 1.50.2.
* gnu: arc-icon-theme: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/gnome.scm (arc-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: moka-icon-theme: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/gnome.scm (moka-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME, and follow upstream redirection.
* gnu: faba-icon-theme: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/gnome.scm (faba-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME, and follow upstream redirection.
* gnu: python-invoke: Update to 1.3.0.Efraim Flashner2019-11-29
| | | | * gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0.
* gnu: crda: Build without python.Efraim Flashner2019-11-29
| | | | * gnu/packages/linux.scm (crda)[native-inputs]: Remove python-2.
* gnu: iotop: Build with python3.Efraim Flashner2019-11-29
| | | | | | * gnu/packages/linux.scm (iotop)[native-inputs]: Remove python-2, add python. [arguments]: Add phase to fix python3 compatibility.
* gnu: xinetd: Update to 2.3.15.4 [fix build].Tobias Geerinckx-Rice2019-11-29
| | | | | | | | | | | * gnu/packages/web.scm (xinetd): Update to 2.3.15.4. [source]: Switch to openSUSE (and Debian) maintenance fork. Remove obsolete patches. [native-inputs]: Add automake, autoconf, libtool, and pkg-config. [home-page]: Update. * gnu/packages/patches/xinetd-CVE-2013-4342.patch, gnu/packages/patches/xinetd-fix-fd-leak.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: retroarch: Use system miniupnpc.Tobias Geerinckx-Rice2019-11-29
| | | | | | * gnu/packages/emulators.scm (retroarch)[arguments]: Pass ‘--disable-builtinminiupnpc’ to ./configure. [inputs]: Add miniupnpc.
* Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Ricardo Wurmus2019-11-28
| | | | | | stumpwm to wm." This reverts commit abf43a67d5929bf279edce3e790ef1348dda32a5 as it broke "guix pull".
* gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.Pierre Neidhardt2019-11-28
| | | | | | | | | | | | | * gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu: googletest: Build with python3.Efraim Flashner2019-11-28
| | | | | * gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2, add python-wrapper.
* gnu: psm: Disable memory statistics code.Ludovic Courtès2019-11-28
| | | | | | * gnu/packages/patches/psm-disable-memory-stats.patch: New file. * gnu/packages/linux.scm (psm)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: psm: Remove all timestamps.Ludovic Courtès2019-11-28
| | | | * gnu/packages/patches/psm-repro.patch: Use openSuSE's patch.
* pull, describe: Emit hyperlinks for commit identifiers.Ludovic Courtès2019-11-28
| | | | | | | | | | * guix/scripts/pull.scm (%vcs-web-views): New variable. (channel-commit-hyperlink): New procedure. (display-news-entry): Add 'channel' parameter. When 'supports-hyperlinks?' returns true, call 'channel-commit-hyperlink'. (display-profile-content): Likewise, and define CHANNEL. (display-channel-specific-news): Pass CHANNEL to 'display-news-entry'. * guix/ui.scm (hyperlink): Make public.
* gnu: r-jpeg: Move to (gnu packages cran).Ricardo Wurmus2019-11-28
| | | | | * gnu/packages/image.scm (r-jpeg): Move from here... * gnu/packages/cran.scm (r-jpeg): ...to here.
* gnu: python-matplotlib: Do not move the 'check' phase.Marius Bakke2019-11-28
| | | | | | | Running tests after install is now the default in PYTHON-BUILD-SYSTEM. * gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 'check' phase, instead of deleting and adding new phase.
* gnu: python2-matplotlib: Do not inherit test adjustments.Marius Bakke2019-11-28
| | | | | | | This is a follow-up to commit 9e7cb2f1e16fc5b70c6c0e4187443e216767323d. * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit the 'fix-and-disable-failing-tests' phase.
* gnu: vte/gtk+-2: Adjust for changes in inherited package.Marius Bakke2019-11-28
| | | | | | This is a follow-up to 68c47474bc8bc633fa3b13610d4f700891067bbc. * gnu/packages/gnome.scm (vte/gtk+-2)[build-system]: New field.
* gnu: openclonk: Update description.Marius Bakke2019-11-28
| | | | * gnu/packages/games.scm (openclonk)[description]: Be gender neutral.