nsjail: fix hooks invoked in installPhase

This commit is contained in:
Maximilian Bosch
2022-12-16 22:31:09 +01:00
parent 0b3471bb54
commit 46ac366b4c
+2 -2
View File
@@ -23,10 +23,10 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
runHook preInstallPhase
runHook preInstall
install -Dm755 nsjail "$out/bin/nsjail"
installManPage nsjail.1
runHook postInstallPhase
runHook postInstall
'';
meta = with lib; {