3
0
Fork 0
forked from mirrors/nixpkgs

mod_dnssd: run {pre,post}Install hooks

This commit is contained in:
Jan Tojnar 2021-10-13 21:03:41 +02:00
parent c70f4c843d
commit 9922d63355

View file

@ -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; {