mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
Upstream `bzip2` does not provide `pkg-config` files. As a result an
attempt to build `nix` on some distributions like Gentoo failos the
configure as:
$ meson setup ..
...
Executing subproject perl
...
perl| Run-time dependency bzip2 found: NO (tried pkgconfig and cmake)
../src/perl/meson.build:68:12: ERROR: Dependency "bzip2" not found, tried pkgconfig and cmake
The change falls back to `bz2` library for such cases.
|
||
|---|---|---|
| .. | ||
| lib/Nix | ||
| t | ||
| .version | ||
| .yath.rc.in | ||
| MANIFEST | ||
| meson.build | ||
| meson.options | ||
| package.nix | ||