nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
Michael Raskin 365e8a7b6a quicklispPackages: update to fresh QuickLisp
lispPackages: reduce environment-bombing
2017-04-06 18:47:36 +02:00

8 lines
223 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"
)