mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nsjail: fix hooks invoked in installPhase
This commit is contained in:
parent
0b3471bb54
commit
46ac366b4c
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user