Anyone use guix to package up their clojure application? do you use the https://guix.gnu.org/manual/en/html_node/Build-Systems.html?
I don't think it makes sense to use clojure-build-system to make guix packages for clojure libraries or clojure applications.
You should use clj from clojure-tools to create uberjars and make guix packages out of uberjars.
Otherwise, you will be too slow to do anything useful in your human lifetime.