forked from mirrors/nixpkgs
mod_dnssd: run {pre,post}Install hooks
This commit is contained in:
parent
c70f4c843d
commit
9922d63355
|
@ -20,8 +20,12 @@ stdenv.mkDerivation rec {
|
|||
}) ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/modules
|
||||
cp src/.libs/mod_dnssd.so $out/modules
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue