summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add volumeicon.Tobias Geerinckx-Rice2019-06-24
| | | | * gnu/packages/gtk.scm (volumeicon): New public variable.
* gnu: python-parted: Update to 3.11.2.Tobias Geerinckx-Rice2019-06-24
| | | | * gnu/packages/disk.scm (python-parted): Update to 3.11.2.
* gnu: Add postgresql-11.Gábor Boskovits2019-06-24
| | | | * gnu/packages/databases.scm(postgresql-11): New variable.
* linux-container: Remove dependency on (guix utils).Ludovic Courtès2019-06-23
| | | | | | | | | | Fixes a bug whereby derivations importing (gnu build linux-container), such as the 'bitlbee' and 'tor' services, would depend on the user's (guix config) file, which was pulled as a dependency of (guix utils). As a result, those derivations would vary from user to user. * gnu/build/linux-container.scm (call-with-temporary-directory): New procedure.
* guix build: '--log-file' no longer returns several log files.Ludovic Courtès2019-06-23
| | | | | | | | | | | | Fixes a regression introduced in 9353b199c18caca4a429f20423e1a5e7bc26a8da whereby something like: guix build --log-file $(guix build -d guile) would return two log files. This led to a failure of 'tests/guix-build.sh'. * guix/scripts/build.scm (guix-build): Filter out derivation file names from ITEMS.
* guix build: Use 'warning' for warnings.Ludovic Courtès2019-06-23
| | | | | * guix/scripts/build.scm (options->derivations): Use 'warning' instead of 'format'.
* gnu: znc: Update to 1.7.4.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/messaging.scm (znc): Update to 1.7.4.
* gnu: spread-sheet-widget: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.
* gnu: enchant: Update to 2.2.4.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/enchant.scm (enchant): Update to 2.2.4.
* gnu: emacs-org-reveal: Update to 20190622.Pierre Neidhardt2019-06-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20190622.
* gnu: linux-libre: Update to 5.1.14.Mark H Weaver2019-06-23
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.14. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.55.Mark H Weaver2019-06-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.55. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.129.Mark H Weaver2019-06-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.129. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.183.Mark H Weaver2019-06-23
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.183.
* gnu: linux-libre@4.4: Update to 4.4.183.Mark H Weaver2019-06-23
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.183.
* gnu: mate-themes: Update to 3.22.20.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.20.
* gnu: stellarium: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/astronomy.scm (stellarium)[source]: Hard-code NAME.
* gnu: stellarium: Update to 0.19.1.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.19.1.
* gnu: mutt: Update to 1.12.1.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/mail.scm (mutt): Update to 1.12.1.
* gnu: isync: Update to 1.3.1.Tobias Geerinckx-Rice2019-06-23
| | | | * gnu/packages/mail.scm (isync): Update to 1.3.1.
* gnu: python-pyatspi: Fix loading libraries.Julien Lepiller2019-06-22
| | | | * gnu/package/gnome.scm (python-pyatspi): Fix loading dependencies.
* gnu: Add harmonist-tk.Julien Lepiller2019-06-22
| | | | * gnu/packages/games.scm (harmonist-tk): New variable.
* gnu: Add go-github.com-nsf-gothic.Julien Lepiller2019-06-22
| | | | * gnu/packages/tcl.scm (go-github.com-nsf-gothic): New variable.
* gnu: Use license: prefix in tcl.scm.Julien Lepiller2019-06-22
| | | | * gnu/packages/tcl.scm: Use license: prefix in tcl.scm.
* gnu: Add openvr.Pierre Neidhardt2019-06-22
| | | | * gnu/packages/game-development.scm (openvr): New variable.
* gnu: wine-staging: Update to 4.11.Rutger Helling2019-06-22
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.11. * gnu/packages/wine.scm (wine-staging): Update to 4.11.
* gnu: python-dask: Update to 1.2.2.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/python-xyz.scm (python-dask): Update to 1.2.2.
* gnu: python-bcrypt: Update to 3.1.7.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.1.7.
* gnu: python-twisted: Update to 19.2.1.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.1.
* gnu: python-astunparse: Update to 1.6.2.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.2.
* gnu: python-robotframework: Update to 3.1.2.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/python-xyz.scm (python-robotframework): Update to 3.1.2.
* gnu: pdfpc: Update to 4.3.4.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/pdf.scm (pdfpc): Update to 4.3.4.
* gnu: exo: Update to 0.12.6.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/xfce.scm (exo): Update to 0.12.6.
* gnu: youtube-dl: Update to 2019.06.21.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.06.21.
* gnu: scrot: Name source checkout.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/xdisorg.scm (scrot)[source]: Add FILE-NAME.
* gnu: python-lmdb: Update to 0.95.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/databases.scm (python-lmdb): Update to 0.95.
* gnu: cbatticon: Update to 1.6.9.Tobias Geerinckx-Rice2019-06-22
| | | | * gnu/packages/admin.scm (cbatticon): Update to 1.6.9.
* gnu: gpgme: Update to 1.13.1.Tobias Geerinckx-Rice2019-06-21
| | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.13.1.
* gnu: gnuplot: Update to 5.2.7.Tobias Geerinckx-Rice2019-06-21
| | | | * gnu/packages/maths.scm (gnuplot): Update to 5.2.7.
* gnu: rclone: Update to 1.48.0.Tobias Geerinckx-Rice2019-06-21
| | | | * gnu/packages/sync.scm (rclone): Update to 1.48.0.
* gnu: Move ratpoints into "sagemath.scm"Nicolas Goaziou2019-06-21
| | | | | * gnu/packages/algebra.scm (ratpoints): Move package from here... * gnu/packages/sagemath.scm (ratpoints): ... to here.
* gnu: Add openjdk12.Gábor Boskovits2019-06-21
| | | | * gnu/packages/java.scm(openjdk12): New variable.
* gnu: emacs-fish-completion: Update to 1.1.Pierre Neidhardt2019-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-fish-completion): Update to 1.1.
* gnu: zn-poly: Install all libraries.Andreas Enge2019-06-21
| | | | | * gnu/packages/sagemath.scm (zn-poly): Install the static and the dynamic library with its symlinks, and end a phase with #t.
* gnu: khmer: Update to 3.0.0a3.Ricardo Wurmus2019-06-21
| | | | | | | | * gnu/packages/bioinformatics.scm (khmer): Update to 3.0.0a3. [source]: Remove patch; remove seqan in snippet. [inputs]: Add seqan-1. * gnu/packages/patches/khmer-use-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: icecat: Update to 60.7.2-guix1 [security fixes].Mark H Weaver2019-06-21
| | | | | | | Includes fixes for CVE-2019-11707 and CVE-2019-11708. * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.7.2-guix1. (icecat-source)[upstream-firefox-source]: Update hash.
* gnu: ungoogled-chromium: Increase build timeout.Marius Bakke2019-06-21
| | | | * gnu/packages/chromium.scm (ungoogled-chromium)[properties]: New field.
* gnu: linux-libre: Update to 5.1.12.Mark H Weaver2019-06-21
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.53.Mark H Weaver2019-06-21
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.53. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.128.Mark H Weaver2019-06-21
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.128. (%linux-libre-4.14-hash): Update hash.