Skip to content

removeConfigureFlags appears to be broken (asks for list of strings, but throws a type error when receiving a list of strings) #296

@ghost

Description

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcase for testsThings we must automate testing of

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions