mod_dnssd: strip debugging symbols

Otherwise gnome-user-share and thus the whole GNOME will pull in apacheHttpd.dev & co.
This commit is contained in:
Jan Tojnar 2021-10-13 21:04:15 +02:00
parent 9922d63355
commit 3457360168

View File

@ -28,6 +28,12 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
preFixup = ''
# TODO: Packages in non-standard directories not stripped.
# https://github.com/NixOS/nixpkgs/issues/141554
stripDebugList=modules
'';
meta = with lib; {
homepage = "http://0pointer.de/lennart/projects/mod_dnssd";
description = "Provide Zeroconf support via DNS-SD using Avahi";