This bit throws an error: error: expected a set but found a string: "--with-gcc=gcc".
settings = {
foo.removeConfigureFlags = [ "--with-gcc=gcc" ];
};
If I change the list to a set or change the string to a set, it says error: A definition for option 'removeConfigureFlags' is not of type 'null or (list of string)'. I've tried just about everything I can think of... is this attribute bugged?