fix(3p/lisp/mime4cl/tests): fix sample discovery in nix build
CL's path handling strikes once again… Change-Id: I4345941c8e2856f80cfddecc5356464f92b1a150 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8557 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
eac3f6f3ab
commit
891b639db5
1 changed files with 1 additions and 1 deletions
2
third_party/lisp/mime4cl/default.nix
vendored
2
third_party/lisp/mime4cl/default.nix
vendored
|
@ -30,7 +30,7 @@ depot.nix.buildLisp.library {
|
|||
(in-package :mime4cl-tests)
|
||||
|
||||
;; override auto discovery which doesn't work in the nix store
|
||||
(defvar *samples-directory* (pathname "${./test/samples}"))
|
||||
(defvar *samples-directory* (pathname "${./test/samples}/"))
|
||||
'')
|
||||
./test/temp-file.lisp
|
||||
./test/endec.lisp
|
||||
|
|
Loading…
Reference in a new issue