pkgsMusl.nix: fix build

This commit is contained in:
Colin
2026-02-17 17:21:44 +00:00
parent b8c637e4c4
commit b3ebd1069e
@@ -37,6 +37,10 @@ mkMesonLibrary (finalAttrs: {
workDir = ./.;
hardeningDisable = lib.optionals stdenv.hostPlatform.isMusl [
"fortify"
];
nativeBuildInputs = [
bison
flex