summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2021-01-27 10:59:55 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2021-01-27 10:59:55 +0100
commit09bba548bf09dcfb958bf1be28bc426458c00a40 (patch)
tree2cab0d6eb89d88f5bd82d837f778580d04427269 /gnu/local.mk
parent1aee32a26e1a96dd457fcf62f97f514c7a562475 (diff)
downloadguix-09bba548bf09dcfb958bf1be28bc426458c00a40.tar.gz
gnu: sbcl-slynk: Fix version number check.
* gnu/packages/lisp-xyz.scm (sbcl-slynk)[source]: Don't move files around
since this is not required.
[arguments]: Re-enable tests.  There is none at the moment, but they might get
added in the future.
Don't list systems since they are found automatically.

Moving `slynk.lisp' had the detrimental side-effect to break
`sly-version-string' which expects `sly.el' to be in the parent directory.  As
a result, using `sly-connect' from Emacs would prompt the user:

    [sly] Versions differ: 1.0.43 (sly) vs. nil (slynk). Continue? (y or n)

even though the Slynk version is correct.

Maybe there was a need for moving files around in the past, but since our ASDF
build system got revamped, all systems are now automatically found.  Thus we
can leave the files where they are, which fixes the version number check.
Diffstat (limited to 'gnu/local.mk')
0 files changed, 0 insertions, 0 deletions