~ruther/guix-local

bfbf6e1e — Mathieu Othacehe 9 years ago
gnu: Add tlp service.

* 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>
d02c3c22 — Mathieu Othacehe 9 years ago
services: configuration: Rewrite id procedure.

* 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>
e7c797f3 — Mathieu Othacehe 9 years ago
services: Factorize define-maybe macro.

* 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>
32e75b48 — Mathieu Othacehe 9 years ago
gnu: tlp: Read configuration from /etc/tlp.

* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp".

Signed-off-by: Clément Lassieur <clement@lassieur.org>
4d3d3bd2 — Vasile Dumitrascu 9 years ago
gnu: Add emacs-aggresive-indent-mode.

* gnu/packages/emacs.scm (emacs-aggressive-indent): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
ee7c21c7 — Clément Lassieur 9 years ago
maint: Mention the Signed-off-by line in 'HACKING'.

* HACKING: Mention the Signed-off-by line.
3d39ab45 — Efraim Flashner 9 years ago
gnu: ccache: Update to 3.3.4.

* gnu/packages/ccache.scm (ccache): Update to 3.3.4.
2e200ee8 — Efraim Flashner 9 years ago
gnu: talloc: Update to 2.1.9.

* gnu/packages/samba (talloc): Update to 2.1.9.
[home-page]: Use https.
c8c14704 — Efraim Flashner 9 years ago
gnu: samba: Update to 4.5.7 [fixes CVE-2017-2619].

* gnu/packages/samba.scm (samba): Update to 4.5.7.
697ddb88 — Ludovic Courtès 9 years ago
services: guix-publish: Add 'compression-level' and 'nar-path' fields.

* 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.
f1e900a3 — Ludovic Courtès 9 years ago
doc: Document 'guix-publish-service-type' instead of 'guix-publish-service'.

* 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.
183303b3 — Marius Bakke 9 years ago
gnu: nginx: Update to 1.11.11.

* gnu/packages/web.scm (nginx): Update to 1.11.11.
42c127e8 — Danny Milosavljevic 9 years ago
gnu: rustc: Simplify configure phase.

* gnu/packages/rust.scm (rustc): Simplify configure phase.
gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name.

* 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>
359ea6ba — Tobias Geerinckx-Rice 9 years ago
gnu: knot: Update to 2.4.2.

* gnu/packages/dns.scm (knot): Update to 2.4.2.
26b16fd9 — Leo Famulari 9 years ago
gnu: python-appdirs: Use pypi-uri.

This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a.

* gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use
pypi-uri.
c53af001 — Peter Mikkelsen 9 years ago
gnu: idris: Update to 0.99.1.

* gnu/packages/idris.scm (idris): Update to 0.99.1.
[inputs]: Add ghc-code-page.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
df7309fc — Peter Mikkelsen 9 years ago
gnu: Add ghc-code-page.

* gnu/packages/haskell.scm (ghc-code-page): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
939b6b11 — Ricardo Wurmus 9 years ago
gnu: star: Update to 2.5.3a.

* gnu/packages/bioinformatics.scm (star): Update to 2.5.3a.
b27bd0b0 — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.03.22.

* gnu/packages/video.scm (youtube-dl): Update to 2017.03.22.
Next