We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe7335 commit 104af4aCopy full SHA for 104af4a
1 file changed
pkgs/servers/irc/inspircd/default.nix
@@ -160,6 +160,8 @@ stdenv.mkDerivation rec {
160
buildInputs = extraInputs;
161
162
configurePhase = ''
163
+ runHook preConfigure
164
+
165
patchShebangs configure make/*.pl
166
167
# configure is executed twice, once to set the extras
@@ -183,6 +185,8 @@ stdenv.mkDerivation rec {
183
185
--module-dir ${placeholder "lib"}/lib/inspircd \
184
186
--runtime-dir /var/run \
187
--script-dir ${placeholder "bin"}/share/inspircd \
188
189
+ runHook postConfigure
190
'';
191
192
postInstall = ''
0 commit comments