~ruther/guix-local

86d8f6d3 — Julien Lepiller 9 years ago
services: Add 'openssh-service'.

* gnu/packages/ssh.scm (openssh)[arguments]: Set sysconfdir to /etc/ssh.
* gnu/services/ssh.scm (<openssh-configuration>): New record type.
(%openssh-accounts): New variable.
(openssh-activation, openssh-config-file, openssh-shepherd-service)
(openssh-service): New procedures.
(openssh-service-type): New variable.
* doc/guix.texi (Networking Services): Document 'openssh-services'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
01c5c21a — Arun Isaac 9 years ago
gnu: emacs: Build with m17n support.

* gnu/packages/emacs.scm (emacs): Build with m17n support.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a80b60f4 — Arun Isaac 9 years ago
gnu: Add m17n-lib.

* gnu/packages/emacs.scm (m17n-lib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
154c71e0 — Arun Isaac 9 years ago
gnu: Add m17n-db.

* gnu/packages/emacs.scm (m17n-db): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0da1b706 — Leo Famulari 9 years ago
gnu: c-ares: Update to 1.12.0 [fixes CVE-2016-5180].

* gnu/packages/adns.scm (c-ares): Update to 1.12.0.
[source]: Use HTTPS URL.
[home-page]: Use HTTPS URL.
b9f7895d — David Craven 9 years ago
Revert "gnu: %default-extra-linux-options: Remove redundant options."

Options aren't redundant and are required for building the initrd.

This reverts commit 50dbc03647170fded9e0bca0cc4b7e1614aa38db.
d06ce046 — Ludovic Courtès 9 years ago
gnu: dbus-c++: License has "or later" clause.

* gnu/packages/glib.scm (dbus-c++)[license]: Change to LGPL2.1+.
5564c011 — Leo Famulari 9 years ago
doc: Give the full key fingerprint instead of the long key ID.

* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Use fingerprint instead of
long key ID.
2320e76b — Ricardo Wurmus 9 years ago
gnu: sra-tools: Fix build on i686.

* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Pass
"VDB_LIBDIR" in make-flags; dynamically link libmagic.
37042a0f — Efraim Flashner 9 years ago
gnu: tilda: Update to 1.3.3.

* gnu/packages/terminals.scm (tilda): Update to 1.3.3.
1d515855 — Stefan Reichoer 9 years ago
gnu: Add xonsh.

* gnu/packages/shells.scm (xonsh): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
b2fe9183 — Leo Famulari 9 years ago
gnu: attic: Superseded by borg.

* gnu/packages/backup.scm (attic)[properties]: New field.
415ee287 — Taylan Ulrich Bayırlı/Kammer 9 years ago
gnu: nestopia-ue: Update to version 1.47.
dac65f90 — Taylan Ulrich Bayırlı/Kammer 9 years ago
gnu: higan: Update to version 101.

* gnu/packages/games.scm (higan): Update to version 101.
b411517a — Thomas Danckaert 9 years ago
gnu: git: Add input perl-term-readkey for 'git-svn'.

* gnu/packages/version-control.scm (git)[inputs]: Add perl-term-readkeys.
[arguments]: Add perl-term-readkeys to the PERL5LIB of `git-svn'.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
11e296ef — David Craven 9 years ago
import: utils: Refactor license->symbol.

* guix/import/utils.scm (license->symbol): Work for all licenses.
* tests/import-utils.scm (license->symbol): Add test.
59b20347 — David Craven 9 years ago
import: utils: Add spdx-string->license.

* guix/import/utils.scm (spdx-string->license): New variable.
* guix/licenses.scm (agpl1, fdl1.2+): New variables.
263ac57f — David Craven 9 years ago
import: Move string->license to importers.

* guix/import/gem.scm (string->license): Move from (guix import utils).
* guix/import/pypi.scm (string->license): Move from (guix import utils).
fbe9c101 — David Craven 9 years ago
import: Reorder imports in (guix import utils).

* guix/import/utils.scm (define-module): Reorder imports alphabetically.
7a063003 — David Craven 9 years ago
gnu: linux-libre-beagle-bone-black: Remove kernel variant.

linux-libre-beagle-bone-black is misslabeled. This kernel variant is
for the original beagle board.

* gnu/packages/linux.scm (linux-libre-beagle-bone-black): Remove.
Next