I am looking for a solution for luarocks to deal with cmake based packages. The best fix would be to have structured cmakeFlags which was mentioned in https://github.com/NixOS/rfcs/pull/13, with PRs like https://github.com/NixOS/nixpkgs/pull/17886.
Seems like stdenv: enable __structuredAttrs by globin · Pull Request #72074 · NixOS/nixpkgs · GitHub is the way forward.
I tried to enable __structuredAttrs = true
for just my derivation but it ended up with /setup: No such file or directory
errors.
1/ any quickfix to address this error ?
2/ what’s the status of stdenv 2.0 ?
Cheers