Make fpga installable on aarch64
... when was the last time I had to do FPGA stuff though?
This commit is contained in:
parent
0bc0aaa9bf
commit
3755ab251d
|
@ -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) [
|
||||
|
|
Loading…
Reference in a new issue