nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp

9 lines
272 B
Common Lisp

(setf
(gethash "cxml-xml" testnames) "cxml"
(gethash "cxml-dom" testnames) "cxml"
(gethash "cxml-test" testnames) "cxml"
(gethash "cxml-klacks" testnames) "cxml"
(gethash "cl-async-base" testnames) "cl-async"
(gethash "cl-async-util" testnames) "cl-async"
)