Merge pull request #75440 from helsinki-systems/riot-hooks

riot-web: Run install hooks
This commit is contained in:
worldofpeace
2019-12-10 19:54:04 -05:00
committed by GitHub

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 = {