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
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

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