Loading
opentxl: use generated code as src instead of repo
Previously, the derivation for this package would clone the source repo and run a codegen tool as part of the build process. However, the codegen tool only supports x86 architectures, while the emitted C is platform-agnostic. This commit allows the package to build on more platforms by instead fetching just the generated source .tar.gz from GitHub releases.