Results 9 comments of Cody Opel

https://triton.readthedocs.io/en/latest/

Drop `build` from function names, as they are not associated only with `buildPhase`. e.g. `nativeBuildInputs` -> `hostInputs`

Package attr names must be all lower case and only contain ASCII alphanumeric characters, hyphens, and under scores. Underscores are only to be used for separating the package attr name...

package directories must also follow the package attr name convention

package attr names and package names may only begin and end with ASCII alpha-numeric characters

@copumpkin This isn't a question with a simple answer unfortunately. You can take a look at `Changelog.rst` in the root of the repository. This is a simple changelog of our...

You need autoconf, automake, libtool, & gettext installed (even though it outputs things like, 'not using gettext') and then run the command you used before. `autoreconf --install --force --verbose` I...

Just to be sure are you using the latest git from this repo and what optional compile flags are you using if any?