mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 18:58:28 +00:00
Merge pull request #206457 from Ma27/fix-nsjail-phases
nsjail: fix hooks invoked in `installPhase`
This commit is contained in:
commit
c964a62287
@ -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