Skip to content

Commit 104af4a

Browse files
sternenseemannProfpatsch
authored andcommitted
inspircd: run configure phase hooks
1 parent abe7335 commit 104af4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkgs/servers/irc/inspircd/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ stdenv.mkDerivation rec {
160160
buildInputs = extraInputs;
161161

162162
configurePhase = ''
163+
runHook preConfigure
164+
163165
patchShebangs configure make/*.pl
164166
165167
# configure is executed twice, once to set the extras
@@ -183,6 +185,8 @@ stdenv.mkDerivation rec {
183185
--module-dir ${placeholder "lib"}/lib/inspircd \
184186
--runtime-dir /var/run \
185187
--script-dir ${placeholder "bin"}/share/inspircd \
188+
189+
runHook postConfigure
186190
'';
187191

188192
postInstall = ''

0 commit comments

Comments
 (0)