about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-09 15:16:58 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-02-09 19:05:20 +0100
commit2ed859799985f12da6531126e4c7a1f8ac0fe745 (patch)
treeaaf8ba7927669f8094417621bec12527fc202e4b /pkgs/tools/typesetting
parent25174d14f6babcdfacdeab1578e02974eae96976 (diff)
lowdown: run pre/postConfigure hooks
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/lowdown/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/lowdown/default.nix b/pkgs/tools/typesetting/lowdown/default.nix
index bbd0bd6c5c38a..805373e8ee6c6 100644
--- a/pkgs/tools/typesetting/lowdown/default.nix
+++ b/pkgs/tools/typesetting/lowdown/default.nix
@@ -15,10 +15,12 @@ stdenv.mkDerivation rec {
     ++ lib.optionals stdenv.isDarwin [ fixDarwinDylibNames ];
 
   configurePhase = ''
+    runHook preConfigure
     ./configure PREFIX=''${!outputDev} \
                 BINDIR=''${!outputBin}/bin \
                 LIBDIR=''${!outputLib}/lib \
                 MANDIR=''${!outputMan}/share/man
+    runHook postConfigure
   '';
 
   # Fix lib extension so that fixDarwinDylibNames detects it