diff options
author | jade <lix@jade.fyi> | 2024-06-10 04:29:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-06-10 04:29:13 +0000 |
commit | 8a09465c3acea9736be1aeb568346ea789cdec58 (patch) | |
tree | 134cc3b75ff952e21f619386bb76ff7ee1defc7f /meson.build | |
parent | 28a079f841834ac11105ce5762115904d1e40ce1 (diff) |
Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)"
This reverts commit 28a079f841834ac11105ce5762115904d1e40ce1.
Reason for revert: This caused a pile of regressions in CI, and does not pass nix flake check. Some number of them are fixed in CL: https://gerrit.lix.systems/c/lix/+/1429 but there's more to be fixed.
We should defer this after 2.90.
Change-Id: Ib839d0fcb08eb52094af2b521145e3c1b4e0556f
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e5fb21e88..4a42b7a73 100644 --- a/meson.build +++ b/meson.build @@ -189,7 +189,7 @@ configdata = { } # Dependencies # -boehm = dependency('bdw-gc', required : get_option('gc'), version : '>=8.2.6') +boehm = dependency('bdw-gc', required : get_option('gc')) if boehm.found() deps += boehm endif |