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
commit 95c5683257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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