diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-04 08:58:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-04 09:12:01 -0600 |
| commit | 90cd29d85865bb5a4dbdf791616818b151881883 (patch) | |
| tree | d2baa4176052f5f7229f579bbb37d0d87b0e4dea /nix/cocotb-coverage.nix | |
| parent | 99e78896ddb6d6c26db4767e12ca481214e44c02 (diff) | |
flake: add riscv toolchain
Diffstat (limited to 'nix/cocotb-coverage.nix')
| -rw-r--r-- | nix/cocotb-coverage.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/cocotb-coverage.nix b/nix/cocotb-coverage.nix index 5866254..5f3bd77 100644 --- a/nix/cocotb-coverage.nix +++ b/nix/cocotb-coverage.nix @@ -17,7 +17,7 @@ buildPythonPackage { hash = "sha256-CsCvWb6XrKSOuFKBdEKxXWQvDrSQX7qPvZ7j2mpANlw="; }; - propagatedNativeBuildInputs = [ + propagatedBuildInputs = [ cocotb python-constraint pyyaml |
