summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* tests: cgit: Add a file to the test repository.Ludovic Courtès2017-11-28
| | | | | | | | * gnu/tests/version-control.scm (README-contents): New variable. (%make-git-repository): Add a 'README' file to the repo. (%test-repository-service): New variable. (%cgit-os): Use it. (run-cgit-test): Test /test/tree/README and /test/tree/does-not-exist.
* services: Add Git HTTP(S) service support.Andy Wingo2017-11-28
| | | | | | | | | * doc/guix.texi (Version Control Services): Add documentation on the HTTP backend for git. * gnu/services/version-control.scm (<git-http-configuration>): New data type. (git-http-nginx-location-configuration): New helper function. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: Add certbot service.Andy Wingo2017-11-28
| | | | | | | | * gnu/services/certbot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. * doc/guix.texi (Certificate Services): New section. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build: Add missing patch.Ludovic Courtès2017-11-28
| | | | | | | This is a followup to 797d238789f7635bdd55aae103db1a7c4ff33798. * gnu/local.mk (dist_patch_DATA): Add 'node-test-http2-server-rst-stream.patch'.
* gnu: Add nototools.ng02017-11-28
| | | | | | * gnu/packages/fontutils.scm (nototools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python2-defcon.ng02017-11-28
| | | | | | * gnu/packages/fontutils.scm (python2-defcon): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python2-booleanoperations.ng02017-11-28
| | | | | | * gnu/packages/python.scm (python2-booleanoperations): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pyclipper.ng02017-11-28
| | | | | | * gnu/packages/python.scm (python-pyclipper, python2-pyclipper): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-setuptools-scm-git-archive.ng02017-11-28
| | | | | | | * gnu/packages/python.scm (python-setuptools-scm-git-archive, python2-setuptools-scm-git-archive): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python2-ufolib.ng02017-11-28
| | | | | | * gnu/packages/fontutils.scm (python2-ufolib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: add font-fira-sans.ng02017-11-28
| | | | | | * gnu/packages/fonts.scm (font-fira-sans): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add font-lato.ng02017-11-28
| | | | | | * gnu/packages/fonts.scm (font-lato): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add font-dosis.ng02017-11-28
| | | | | | * gnu/packages/fonts.scm (font-dosis): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: zsh: Update to 5.4.2.Leo Famulari2017-11-28
| | | | | * gnu/packages/shells.scm (zsh): Update to 5.4.2. [arguments]: Add a 'patch-test' build phase.
* gnu: libressl: Update to 2.6.3.Rutger Helling2017-11-28
| | | | * gnu/packages/tls.scm (libressl): Update to 2.6.3.
* gnu: you-get: Update to 0.4.985.Rutger Helling2017-11-28
| | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.985. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-internetarchive: Enable tests.Oleg Pykhalov2017-11-28
| | | | * gnu/packages/web.scm (python-internetarchive): Enable tests.
* gnu: python-internetarchive: Update to 1.7.4.Oleg Pykhalov2017-11-28
| | | | * gnu/packages/web.scm (python-internetarchive): Update to 1.7.4.
* gnu: guix: Update snapshot to 0a154c1.Ludovic Courtès2017-11-28
| | | | * gnu/packages/package-management.scm (guix): Update to commit 0a154c1.
* gnu: Add eless.Oleg Pykhalov2017-11-28
| | | | * gnu/packages/emacs.scm (eless): New variable.
* gnu: Add roguebox-adventures.Kei Kebreau2017-11-28
| | | | * gnu/packages/games.scm (roguebox-adventures): New variable.
* gnu: perl-markdown-discount: Use a shorter patch file name.Ludovic Courtès2017-11-28
| | | | | | | | * gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch: Rename to... * gnu/packages/patches/perl-text-markdown-discount-unbundle.patch: ... this. * gnu/packages/markup.scm (perl-text-markdown-discount): Adjust accordingly.
* gnu: guix: Add guile-bytestructures to the search path.Ludovic Courtès2017-11-28
| | | | | * gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, add guile-bytestructures to the path.
* gnu: guix: Provide the correct version string.Ludovic Courtès2017-11-28
| | | | | | | | Fixes <https://bugs.gnu.org/29429>. Reported by Arun Isaac <arunisaac@systemreboot.net>. * gnu/packages/package-management.scm (guix)[arguments]: Move 'bootstrap' phase before 'configure'. Create '.tarball-version' file.
* services: xorg: Remove WindowMaker as a default fallback.Ludovic Courtès2017-11-28
| | | | | | | | | * gnu/services/xorg.scm (xinitrc)[builder](system-profile) (user-profile): New variables. (xsession-command, find-session): New procedures. When FALLBACK-SESSION is #f, find a valid session at run time. * doc/guix.texi (X Window): Adjust accordingly, and insist that one or more window managers must be installed.
* services: xorg: Document 'slim-configuration' and deprecate 'slim-service'.Ludovic Courtès2017-11-28
| | | | | | | | | * gnu/services/xorg.scm (<slim-configuration>): Provide default values for all fields. (slim-service-type)[default-value]: New field. * doc/guix.texi (X Window): Remove 'slim-service' documentation. Document 'slim-service-type' and 'slim-configuration'. * gnu/services/desktop.scm (%desktop-services): Use 'slim-service-type'.
* services: slim: Remove unused 'bash' configuration field.Ludovic Courtès2017-11-28
| | | | | * gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove. (slim-service): Adjust accordingly.
* services: xorg: Allow users to specify a list of modules.Ludovic Courtès2017-11-28
| | | | | | | | | | | * gnu/services/xorg.scm (%default-xorg-fonts): New variable. (xorg-configuration-file): Add #:modules and #:fonts. Rewrite to return a 'computed-file' that honors MODULES and FONTS. (xorg-wrapper): Pass #:modules to 'xorg-configuration-file'. (xorg-start-command): Add #:fonts. Pass #:fonts and #:modules to 'xorg-configuration-file'. * doc/guix.texi (X Window): Adjust documentation of 'xorg-start-command' and 'xorg-configuration-file'.
* gnu: xdg-utils: Add perl-file-mimeinfo as an input.Brendan Tildesley2017-11-28
| | | | | | | * gnu/packages/freedesktop.scm (perl-file-mimeinfo) [input]: Add perl-file-mimeinfo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add perl-file-mimeinfo.Brendan Tildesley2017-11-28
| | | | | | * gnu/packages/freedesktop.scm (perl-file-mimeinfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add perl-file-desktopentry.Brendan Tildesley2017-11-28
| | | | | | * gnu/packages/freedesktop.scm (perl-file-desktopentry): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add perl-file-basedir.Brendan Tildesley2017-11-28
| | | | | | * gnu/packages/freedesktop.scm: (perl-file-basedir): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: node: Update to 8.9.1.Mike Gerwitz2017-11-28
| | | | | | | | | | | | * gnu/packages/node.scm (node): Update to 8.9.1. [source]: Apply 'node-test-http2-server-rst-stream.patch'. [arguments]: Skip 'doc-only' target in 'check', which attempts to use npm to retrieve 'js-yaml' package. Remove test/doctool/test-make-doc.js. Do not remove now-missing test case. Remove new test case that fails in containers due to networking. * gnu/packages/patches/node-test-http2-server-rst-stream.patch: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmicrohttpd: Update to 0.9.57.Efraim Flashner2017-11-28
| | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.57. [description]: Fix line breaks.
* gnu: nano: Update to 2.9.1.Efraim Flashner2017-11-28
| | | | * gnu/packages/nano.scm (nano): Update to 2.9.1.
* gnu: emacs-org-contrib: Fix sha256 checksum due to emacs-org update.Clément Lassieur2017-11-28
| | | | * gnu/packages/emacs.scm (emacs-org-contrib)[source]: Fix sha256 checksum.
* services: configuration: Show default values of list types.Clément Lassieur2017-11-28
| | | | | | | * doc/guix.texi (Messaging Services): Regenerate it. * gnu/services/configuration.scm (show-default?): Check VAL rather than DEFAULT. * gnu/services/messaging.scm (show-default?): Check VAL rather than DEFAULT. (prosody-configuration)[modules-enabled]: Remove default value from docstring.
* gnu: lua-lpeg: Avoid code repetition.Clément Lassieur2017-11-28
| | | | | * gnu/packages/lua.scm (make-lua-lpeg): New procedure. (lua-lpeg, lua5.2-lpeg): Call make-lua-lpeg.
* gnu: gnurl: Update to 7.56.1-2.ng02017-11-27
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2. [arguments]: Adjust the #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add vim-fugitive.Efraim Flashner2017-11-27
| | | | * gnu/packages/vim.scm (vim-fugitive): New variable.
* gnu: Add gama.Efraim Flashner2017-11-27
| | | | * gnu/packages/gps.scm (gama): New variable.
* gnu: Patch udisks to directly reference cryptsetup and parted.Christopher Baines2017-11-27
| | | | | | | | | | This fixes some functionality in gnome-disks, which uses udisks. Adding cryptsetup enables creating partitions using LUKS, and adding parted enables editing the partition tables through the disks application. * gnu/packages/freedesktop.scm (udisks)[inputs]: Add cryptsetup and parted. (arguments): Rename set-mount-file-name phase, and add cryptsetup and parted.
* services: desktop: Create /var/run/udisks2 for the udisks service.Christopher Baines2017-11-27
| | | | | | * gnu/services/desktop.scm (%udisks-activation): New variable. (udisks-service-type)[extensions]: Extend the activation service type with %udisks-activation.
* gnu: openntpd: Enable use of TLS-based time constraints.Leo Famulari2017-11-27
| | | | * gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
* gnu: monero-core: Update to 0.11.1.0.Vasile Dumitrascu2017-11-27
| | | | | | * gnu/packages/finance.scm (monero-core): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: monero: Update to 0.11.1.0.Vasile Dumitrascu2017-11-27
| | | | | | * gnu/packages/finance.scm (monero): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: steghide: Fix description.Tobias Geerinckx-Rice2017-11-27
| | | | | * gnu/packages/image.scm (steghide)[description]: Remove typos and improve grammar.
* gnu: rhythmbox: Update to 3.4.2.Tobias Geerinckx-Rice2017-11-27
| | | | * gnu/packages/gnome.scm (rhythmbox): Update to 3.4.2.
* gnu: libgweather: Update to 3.26.1.Tobias Geerinckx-Rice2017-11-27
| | | | * gnu/packages/gnome.scm (libgweather): Update to 3.26.1.
* gnu: glade@3: Update to 3.20.2.Tobias Geerinckx-Rice2017-11-27
| | | | * gnu/packages/gnome.scm (glade3): Update to 3.20.2.