forked from mirrors/nixpkgs
Merge pull request #75440 from helsinki-systems/riot-hooks
riot-web: Run install hooks
This commit is contained in:
commit
95c5683257
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue