1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: clojure-tools: Install man pages.

* gnu/packages/clojure.scm (clojure-tools): Install man pages.

Change-Id: I1a492e5dfe8d3c9c088ac50441f271ed04e1a5b2
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Mathieu Lirzin
2026-01-28 13:14:55 +01:00
committed by Julien Lepiller
parent cf1c4525b8
commit a2622decf9

View File

@@ -396,7 +396,9 @@ designs.")
("tools.edn" "lib/clojure/")
("exec.jar" "lib/clojure/libexec/")
("clojure" "bin/")
("clj" "bin/"))
("clojure.1" "share/man/man1/")
("clj" "bin/")
("clj.1" "share/man/man1/"))
#:phases
#~(modify-phases %standard-phases
(add-before 'install 'fix-paths