aboutsummaryrefslogtreecommitdiff
path: root/srfi
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2017-03-18 11:17:57 +0100
committerClément Lassieur <clement@lassieur.org>2017-03-21 20:49:26 +0100
commit4ca3e9b7b6909839c3b03f691a1c370e3fdea3b0 (patch)
tree3ce098aeed437883d79b9c5384628e7d917e77fb /srfi
parenta42619e5e211ed2511f71029ee2c5777c0f54c3b (diff)
downloadguix-4ca3e9b7b6909839c3b03f691a1c370e3fdea3b0.tar.gz
guix-4ca3e9b7b6909839c3b03f691a1c370e3fdea3b0.zip
services: openssh: Cosmetic changes.
* gnu/services/ssh.scm (<openssh-configuration>): Reformat to fit in 80 columns.
Diffstat (limited to 'srfi')
0 files changed, 0 insertions, 0 deletions
nodes. Add each entry to the current state vhash. Add clause for version 4 manifests. [sexp->manifest-entry/v3]: New procedure, with former 'sexp->manifest-entry' code. * tests/profiles.scm ("deduplication of repeated entries"): New test. * guix/build/profiles.scm (manifest-sexp->inputs+search-paths)[let-fields]: New macro. Use it. Expect version 4. Add clause for 'repeated' nodes. 2022-07-01tests: Augment profile collision test.Ludovic Courtès * tests/profiles.scm ("collision of propagated inputs"): Check the parents of ENTRY1 and ENTRY2. 2022-05-31gnu: Remove python2-matplotlib.Maxim Cournoyer * gnu/packages/python-xyz.scm (python2-matplotlib): Delete variable. * tests/profiles.scm ("package->manifest-entry, search paths"): Use python 3 matplotlib in test. 2022-02-11tests: Pass #:guile to 'computed-file' & co.Ludovic Courtès Fixes a regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d whereby tests would end up building the world. * guix/gexp.scm (mixed-text-file): Add #:guile parameter and honor it. * tests/gexp.scm ("mixed-text-file"): Pass #:guile to 'mixed-text-file'. ("file-union"): Pass #:guile to 'file-union'. ("lower-object, computed-file"): Pass #:guile to 'computed-file'. ("lower-object, computed-file + grafts"): Likewise. * tests/packages.scm ("origin->derivation, single file with snippet"): Likewise. * tests/profiles.scm ("profile-derivation, ordering & collisions"): Likewise. * guix/tests.scm (test-file): Likewise.