nixpkgs/pkgs/development/libraries/avahi
Jan Tojnar 14dafc194f avahi: Simplify pkg-config cross fix
Building `pkgsCross.aarch64-multiplatform.avahi` would fail in the past with:

    checking for pkg-config... no
    configure: error: pkg-config is required to install this program

To fix that, two independent workarounds were applied, each sufficient:

- 34e4d0fd98
- 65a5313de5

These days, it is more common to just add `pkg-config` to `depsBuildBuild`.
2022-05-21 18:55:10 +02:00
..
default.nix avahi: Simplify pkg-config cross fix 2022-05-21 18:55:10 +02:00
no-mkdir-localstatedir.patch