@roberth my biggest grudge is that it gave me #cmake flags that both disable and enable a feature. I'm too lazy to check if #cmake will handle conflicting flags, but I would simply prefer not to rely on implementation details? Idk.
@jonn Maybe stdenv could be improved. Ideally we wouldn't have to interact with a list, but with an attrset (e.g. of bools) and perhaps bash functions that operate on the list if we need to be dynamic in terms of info that's only known during the build.
@jonn Maybe stdenv could be improved. Ideally we wouldn't have to interact with a list, but with an attrset (e.g. of bools) and perhaps bash functions that operate on the list if we need to be dynamic in terms of info that's only known during the build.