chaotic-cx/nyx

mesa fails to build because clang-libdir was removed

Closed this issue · 3 comments

chaotic-nyx commit: 01e1cc0
nixpkgs-unstable commit: 6806b63e824f84b0f0e60b6d660d4ae753de0477

> meson.build:21:0: ERROR: Unknown options: "clang-libdir

Sorry, I've pushed the PR in a hurry because I was leaving for a trip. Never pushed without testing, the only time I did it broke 🤣

Won't be able to fix it before getting home. But one can easily roll it back, by adding this line to the flake's inputs:

{
  chaotic.inputs.mesa-git-src.url = "github:chaotic-cx/mesa-mirror/e805c9c05d39b45e63d30e670d517467b0dbec6b";
}

Rolled back with 8abb251.
We'll keep this open until a better solution appears.

Properly fixed in 335d640