Reily Siegel schreef op za 29-05-2021 om 22:10 [-0400]: > [...] > + (build-system copy-build-system) > + (arguments > + `(#:install-plan > + '(("deps.edn" "lib/clojure/") > + ("example-deps.edn" "lib/clojure/") > + ("exec.jar" "lib/clojure/libexec/") > + (,(string-append "clojure-tools-" version ".jar") "lib/clojure/libexec/") > + ("clojure" "bin/") > + ("clj" "bin/")) Packages in Guix must be compiled from the source code. "exec.jar" and "clojure-tools-VERSION.jar" look like compiled Java code to me. Oddly, I can't find the source code at . Greetings, Maxime.