mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
365e8a7b6a
lispPackages: reduce environment-bombing
8 lines
223 B
Common Lisp
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"
|
|
)
|