mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
profetch: add postInstall hook
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
This commit is contained in:
parent
90cc1994d0
commit
8b8a629b22
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm755 -t $out/bin profetch
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user