mod_dnssd: strip debugging symbols

Otherwise gnome-user-share and thus the whole GNOME will pull in apacheHttpd.dev & co.
main
Jan Tojnar 3 years ago
parent 9922d63355
commit 3457360168
  1. 6
      pkgs/servers/http/apache-modules/mod_dnssd/default.nix

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

Loading…
Cancel
Save