about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/radio/dump1090/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/radio/dump1090/default.nix b/pkgs/applications/radio/dump1090/default.nix
index 747751f9417c9..927fa32bd55be 100644
--- a/pkgs/applications/radio/dump1090/default.nix
+++ b/pkgs/applications/radio/dump1090/default.nix
@@ -28,9 +28,13 @@ stdenv.mkDerivation rec {
   ];
 
   installPhase = ''
+    runHook preInstall
+
     mkdir -p $out/bin $out/share
     cp -v dump1090 view1090 $out/bin
     cp -vr public_html $out/share/dump1090
+
+    runHook postInstall
   '';
 
   meta = with lib; {