Make fpga installable on aarch64

... when was the last time I had to do FPGA stuff though?
This commit is contained in:
Geoffrey Frogeye 2024-01-04 22:11:11 +01:00
parent 0bc0aaa9bf
commit 3755ab251d
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -49,7 +49,9 @@
# FPGA
] ++ lib.optionals config.frogeye.dev.fpga [
verilog
# ghdl # TODO Not on aarch64
] ++ lib.optionals (config.frogeye.dev.fpga && pkgs.stdenv.isx86_64) [
ghdl
# FPGA (graphical)
] ++ lib.optionals (config.frogeye.desktop.xorg && config.frogeye.dev.fpga) [