1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00
nix/src
Sergei Trofimovich d67aa03414 src/perl/meson.build: fall back to 'bz2' library lookup
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.
2024-11-26 18:37:53 +00:00
..
build-remote build-remote: only allocate storeUri once 2024-07-25 14:04:03 +02:00
external-api-docs Add nix-flake-c, nix_flake_init_global, nix_flake_settings_new 2024-11-24 23:57:24 +01:00
internal-api-docs Fix most DoxyGen warnings 2024-11-12 15:34:24 +01:00
libcmd fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
libexpr fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
libexpr-c refactor: Extract unsafe_new_with_self 2024-11-24 23:57:24 +01:00
libexpr-test-support build(lib{expr,store,util}-test-support): depend on -c libraries 2024-11-24 09:53:10 +00:00
libexpr-tests libexpr-c: Add nix_eval_state_builder 2024-11-24 23:57:24 +01:00
libfetchers Merge pull request #11937 from xokdvium/dev/exterminate-dead-variables 2024-11-24 10:50:58 +01:00
libfetchers-tests Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
libflake chore: get rid of dead code and unused variables where appropriate 2024-11-22 18:05:53 +03:00
libflake-c Add nix-flake-c, nix_flake_init_global, nix_flake_settings_new 2024-11-24 23:57:24 +01:00
libflake-tests Add nix-flake-c, nix_flake_init_global, nix_flake_settings_new 2024-11-24 23:57:24 +01:00
libmain Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
libmain-c Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
libstore fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
libstore-c Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
libstore-test-support build(lib{expr,store,util}-test-support): depend on -c libraries 2024-11-24 09:53:10 +00:00
libstore-tests Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
libutil Merge pull request #11959 from Mic92/better-errors 2024-11-26 18:06:27 +01:00
libutil-c Merge build-utils-meson/{diagnostics,threads} into build-utils-meson/common 2024-11-21 20:34:54 +01:00
libutil-test-support Merge pull request #11940 from NixOS/c-api-libflake 2024-11-25 10:00:56 +01:00
libutil-tests fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
nix Merge pull request #11959 from Mic92/better-errors 2024-11-26 18:06:27 +01:00
nix-build Fix issue 11892 2024-11-18 21:04:04 +01:00
nix-channel Don't use OS_STR in nix-channel.cc 2024-08-18 18:27:20 +05:30
nix-collect-garbage More std::filesystem for nix-collect-garbage 2024-08-26 17:29:23 -04:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env MacOS built: add workaround for missing view() member of std::ostringstream 2024-10-07 02:05:53 +02:00
nix-instantiate No global settings in libnixfetchers and libnixflake 2024-07-12 08:50:28 -04:00
nix-store fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
perl src/perl/meson.build: fall back to 'bz2' library lookup 2024-11-26 18:37:53 +00:00
nix-functional-tests Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
nix-manual Build the manual with Meson 2024-10-09 11:58:17 -04:00