From 891b639db557bf52fd17aca441d2c32de1f4f713 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 1 May 2023 18:46:50 +0200 Subject: fix(3p/lisp/mime4cl/tests): fix sample discovery in nix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CL's path handling strikes once again… Change-Id: I4345941c8e2856f80cfddecc5356464f92b1a150 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8557 Tested-by: BuildkiteCI Autosubmit: sterni Reviewed-by: sterni --- third_party/lisp/mime4cl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/lisp') diff --git a/third_party/lisp/mime4cl/default.nix b/third_party/lisp/mime4cl/default.nix index f276e9f8e77c..06a20f77cd24 100644 --- a/third_party/lisp/mime4cl/default.nix +++ b/third_party/lisp/mime4cl/default.nix @@ -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 -- cgit 1.4.1