clojure: add missing runHooks
This commit is contained in:
parent
b2ae24cae2
commit
edac254f54
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||
binPath = lib.makeBinPath [ rlwrap jdk ];
|
||||
in
|
||||
''
|
||||
runHook preInstall
|
||||
|
||||
clojure_lib_dir=$out
|
||||
bin_dir=$out/bin
|
||||
|
||||
|
@ -39,6 +41,8 @@ stdenv.mkDerivation rec {
|
|||
wrapProgram $bin_dir/clj --prefix PATH : $out/bin:${binPath}
|
||||
|
||||
installManPage clj.1 clojure.1
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
|
Loading…
Reference in a new issue