riot-web: Run install hooks

This commit is contained in:
Janne Heß 2019-12-10 15:54:05 +01:00
parent 68708349f1
commit 9e710b29fd

View File

@ -17,9 +17,13 @@ stdenv.mkDerivation rec {
then writeText "riot-config.json" conf
else "$out/config.sample.json";
in ''
runHook preInstall
mkdir -p $out/
cp -R . $out/
ln -s ${configFile} $out/config.json
runHook postInstall
'';
meta = {