about summary refs log tree commit diff
path: root/pkgs/tools/misc/profetch
diff options
context:
space:
mode:
authorveleth <llathasa@outlook.com>2021-08-13 09:28:00 +0300
committerGitHub <noreply@github.com>2021-08-13 09:28:00 +0300
commit2bd7a492ba04fa3fa1e0bf278d2468253b1a6c7b (patch)
tree1da4d5b1de219be0f26d0486b07da3e6f3f7549e /pkgs/tools/misc/profetch
parenteab56c384ba89aee1f62f194e9195a6b2534f039 (diff)
profetch: update code alignment
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Diffstat (limited to 'pkgs/tools/misc/profetch')
-rw-r--r--pkgs/tools/misc/profetch/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/profetch/default.nix b/pkgs/tools/misc/profetch/default.nix
index 2f645cd80dac6..846ee7451bd32 100644
--- a/pkgs/tools/misc/profetch/default.nix
+++ b/pkgs/tools/misc/profetch/default.nix
@@ -18,9 +18,11 @@ stdenv.mkDerivation rec {
     gplc profetch.pl --no-top-level            \
                      --no-debugger --no-fd-lib \
                      --no-fd-lib-warn --min-size -o profetch
+    runHook postBuild
   '';
 
   installPhase = ''
+    runHook preInstall
     install -Dm755 -t $out/bin profetch
   '';