From 45c257379f241aa98fac54bb0ac8f1b4b16cf4e5 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 3 Aug 2022 14:29:30 +0200 Subject: [PATCH] gnu: sbcl-glop: Remove obsolete test-asd-file parameter. * gnu/packages/lisp-xyz.scp (sbcl-glop)[arguments]: Remove 'test-asd-file' parameter. --- gnu/packages/lisp-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 20841bd397..2db615a7d1 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -17828,8 +17828,7 @@ to setup.") (base32 "1nm35kvigflfjlmsa8zwdajc61f02fh4sq08jv0wnqylhx8yg2bv")))) (build-system asdf-build-system/sbcl) (arguments - (list #:test-asd-file "glop-test.asd" - #:phases + (list #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-lib-paths (lambda* (#:key inputs #:allow-other-keys)