summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: emacs-tide: Don't use unstable tarball.Brian Leung2019-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-tide)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-typescript-mode: Don't use unstable tarball.Brian Leung2019-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-typescript-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-nodejs-repl: Update to 0.2.1.Brian Leung2019-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.1.
* gnu: emacs-company: Update to 0.9.10.Brian Leung2019-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.10.
* gnu: emacs-prescient: Update to 3.1.Brian Leung2019-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.1.
* gnu: emacs-with-editor: Update to 2.8.3.Brian Leung2019-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.8.3.
* gnu: python-stem: Update to 1.7.1.Alex Vong2019-06-25
| | | | * gnu/packages/python.scm (python-stem): Update to 1.7.1.
* doc: Document use cases for NetworkManager with dnsmasq.Florian Pelz2019-06-24
| | | | | | * doc/guix.texi (Networking Services): Give examples. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: network-manager: Create '/var/lib/misc' directory for dnsmasq.Florian Pelz2019-06-24
| | | | | | | | | * gnu/services/networking.scm (%network-manager-activation): Rename to... (network-manager-activation): ... this and make it a procedure. Make it create '/var/lib/misc' when using dnsmasq. (network-manager-service-type): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Use new upstream nomenclature for NetworkManager’s dnsmasq.Florian Pelz2019-06-24
| | | | | | | * doc/guix.texi (Networking Services): Replace term 'split DNS' by 'conditional forwarding'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Recommend '-enable-kvm' for installing in a VM as well.Florian Pelz2019-06-24
| | | | | | * doc (Installing Guix in a VM): Add '-enable-kvm' to example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Guile-JPEG.Ludovic Courtès2019-06-24
| | | | * gnu/packages/guile-xyz.scm (guile-jpeg): New variable.
* progress: Call 'time-difference' on times of the same type.Ludovic Courtès2019-06-24
| | | | | | | | Guile 2.2.5 and 2.9.2 would catch the issue. This is a followup to 88bc3c89bf5145d24c2270d2192b7be547e0024f. * guix/progress.scm (display-download-progress)[elapsed]: Pass 'current-time' the same type as START-TIME.
* gnu: weston: Update to 6.0.1.Gábor Boskovits2019-06-24
| | | | * gnu/packages/freedesktop.scm (weston): Update to 6.0.1.
* gnu: apl: Add pcre support.Efraim Flashner2019-06-24
| | | | * gnu/packages/apl.scm (apl)[inputs]: Add pcre2.
* gnu: apl: Update to 1.8.Efraim Flashner2019-06-24
| | | | * gnu/packages/apl.scm (apl): Update to 1.8.
* publish: Work around Guile 2.2.5 (web server) bug.Ludovic Courtès2019-06-24
| | | | | * guix/scripts/publish.scm: Replace (@@ (web http) read-header-line) on Guile 2.2.5.
* tests: Import (guix build utils) in the marionette.Ludovic Courtès2019-06-24
| | | | | | | * gnu/tests/install.scm (%minimal-os)[marionette-configuration](imported-modules): Add (guix build utils). * gnu/tests/base.scm (run-basic-test)["skeletons in home directories"]: Use (guix build utils) explicitly.
* gnu: znc: Switch back to Guix's googletest package.Tobias Geerinckx-Rice2019-06-24
| | | | | * gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged googletest's sources.
* gnu: googletest: Update to 1.8.1.Tobias Geerinckx-Rice2019-06-24
| | | | * gnu/packages/check.scm (googletest): Update to 1.8.1.
* gnu: padthv1: Update to 0.9.8.Tobias Geerinckx-Rice2019-06-24
| | | | | * gnu/packages/music.scm (padthv1): Update to 0.9.8. [arguments]: Drop -std=gnu++11 #:configure-flags.
* gnu: samplv1: Update to 0.9.8.Tobias Geerinckx-Rice2019-06-24
| | | | | * gnu/packages/music.scm (samplv1): Update to 0.9.8. [arguments]: Drop -std=gnu++11 #:configure-flags.
* gnu: synthv1: Update to 0.9.8.Tobias Geerinckx-Rice2019-06-24
| | | | | * gnu/packages/music.scm (synthv1): Update to 0.9.8. [arguments]: Drop -std=gnu++11 #:configure-flags.
* gnu: drumkv1: Update to 0.9.8.Tobias Geerinckx-Rice2019-06-24
| | | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.8. [arguments]: Drop -std=gnu++11 #:configure-flags.
* gnu: python-parted: Don't use unstable tarball.Tobias Geerinckx-Rice2019-06-24
| | | | | * gnu/packages/disk.scm (python-parted)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* 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.