cassandra: Invoke install hooks
Thanks @r-rmcgibbo for pointing that out
This commit is contained in:
parent
da3bd95ffe
commit
d18e47b760
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ makeWrapper coreutils ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir $out
|
||||
mv * $out
|
||||
|
||||
|
@ -86,6 +88,8 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
|
||||
wrapProgram $out/bin/cqlsh --prefix PATH : ${python}/bin
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue