Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs.scm (emacs-symon): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/services/networking.scm (<inetd-configuration>, <inetd-entry>): New
record types.
(inetd-config-file, inetd-shepherd-service): New procedures.
(inetd-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
* gnu/tests/networking.scm: New file.
* gnu/local.mk: Add it.
|
|
* doc/guix.texi (VPN Services): Generate documentation with
generate-openvpn-server-documentation and
generate-openvpn-client-documentation helpers and guile 2.1.7.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/services/vpn.scm (define-split-configuration): Fix typo.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/services/pm.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/tlp.scm.
* doc/guix.texi (Power management Services): New section.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/services/configuration.scm (id): Replace it using the more concise
version found in messaging.scm.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/services/configuration.scm (id): New procedure extracted from
define-configuration.
(define-maybe): New exported procedure, moved from messaging.scm.
* gnu/services/messaging.scm (define-maybe): Remove it.
(id): Move declaration inside define-all-configurations which is now
the only caller procedure.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp".
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/packages/emacs.scm (emacs-aggressive-indent): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* HACKING: Mention the Signed-off-by line.
|
|
* gnu/packages/ccache.scm (ccache): Update to 3.3.4.
|
|
* gnu/packages/samba (talloc): Update to 2.1.9.
[home-page]: Use https.
|
|
* gnu/packages/samba.scm (samba): Update to 4.5.7.
|
|
* gnu/services/base.scm (<guix-publish-configuration>)[compression-level,
nar-path]: New fields.
(guix-publish-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
|
|
* doc/guix.texi (Base Services): Document 'guix-publish-service-type'
and 'guix-configuration'. Remove 'guix-publish-service'.
(Invoking guix publish): Mention 'guix-publish-service-type'.
* gnu/services/base.scm (guix-publish-service): Mark as deprecated.
(<guix-configuration>): Export getters.
|
|
* gnu/packages/web.scm (nginx): Update to 1.11.11.
|
|
* gnu/packages/rust.scm (rustc): Simplify configure phase.
|
|
* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: In phase
'install-desktop-urxvtc' add '(client)' to the 'Name' line of the
resulting '.desktop' file.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/dns.scm (knot): Update to 2.4.2.
|
|
This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a.
* gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use
pypi-uri.
|
|
* gnu/packages/idris.scm (idris): Update to 0.99.1.
[inputs]: Add ghc-code-page.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-code-page): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (star): Update to 2.5.3a.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.22.
|
|
* gnu/packages/python.scm (python-natsort): Update to 5.0.2.
|
|
* gnu/packages/python.scm (python2-futures): Update to 3.0.5.
|
|
* gnu/packages/python.scm (python-rauth): Update to 0.7.3.
|
|
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
|
|
* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
|
|
* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
|
|
* gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
|
|
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
|
|
* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
|
|
* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field.
[home-page]: Use https.
|
|
* gnu/packages/scheme.scm (chicken): Update to 4.12.0.
|
|
* gnu/packages/mail.scm (dovecot): Update to 2.2.28.
|
|
* gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line
length.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to 73a4645.
|
|
* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
|
|
Previously it would print them with 'display', which was inconvenient.
* build-aux/test-driver.scm (test-display): Use ~S for VALUE.
(test-runner-gnu): Use 'format' instead of 'test-display' for the test
name, location, and result kind.
|
|
* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).
|
|
Fixes a mistake in a9a0227c0127e1813190a7664f7ad858e791480d.
* tests/store.scm ("current-build-output-port, UTF-8 + garbage"):
Inverse the 'cond-expand' clauses since the 'guile-2.0' feature doesn't
exist.
|
|
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
|
|
* guix/scripts/publish.scm (show-help, %options): Add '--nar-path'.
(%default-options): Add 'nar-path'.
(guix-publish): Honor it.
|
|
* guix/scripts/publish.scm (narinfo-string): Add #:nar-path and honor it.
(render-narinfo): Likewise.
(make-request-handler): Likewise.
(run-publish-server): Likewise.
* tests/publish.scm ("custom nar path"): New test.
|
|
* guix/scripts/publish.scm (show-help, %options): Add --public-key and
--private-key.
* doc/guix.texi (Invoking guix publish): Document it.
|
|
* guix/scripts/publish.scm (%default-options): Add 'public-key-file' and
'private-key-file'.
(lazy-read-file-sexp): Remove.
(%private-key, %public-key): Turn into SRFI-39 parameters.
(signed-string, render-narinfo): Adjust accordingly.
(guix-publish): Honor 'public-key-file' and 'private-key-file' from
OPTS. Use 'parameterize'.
* guix/pk-crypto.scm (read-file-sexp): New procedure.
* tests/publish.scm: Initialize '%public-key' and '%private-key'.
|
|
This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c.
* gnu/packages/guile.scm (guile-next): New variable.
|
|
* gnu/packages/rust.scm (rustc): End resultless phases in #t.
|
|
* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in
parallel.
|