From 1c059b03d3f8cb0d921b848577613e81fb63f491 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 22 Aug 2025 16:58:59 +0100 Subject: Rename cwl-conformance/cwltest-manifest.scm. There is only one manifest file under cwl-conformance. So, it's ok to just call it manifest.scm. --- .guix/cwl-conformance.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.guix') diff --git a/.guix/cwl-conformance.scm b/.guix/cwl-conformance.scm index c6e873b..c642fd3 100644 --- a/.guix/cwl-conformance.scm +++ b/.guix/cwl-conformance.scm @@ -51,7 +51,7 @@ "--" "--store=store" (string-append "--guix-manifest=" - #$(local-file "../cwl-conformance/cwltest-manifest.scm")))) + #$(local-file "../cwl-conformance/manifest.scm")))) ((program _ ...) (format (current-error-port) "Usage: ~a CWL-V1.2-REPO~%" -- cgit 1.4.1