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
|
# FPGA
|
||||||
] ++ lib.optionals config.frogeye.dev.fpga [
|
] ++ lib.optionals config.frogeye.dev.fpga [
|
||||||
verilog
|
verilog
|
||||||
# ghdl # TODO Not on aarch64
|
|
||||||
|
] ++ lib.optionals (config.frogeye.dev.fpga && pkgs.stdenv.isx86_64) [
|
||||||
|
ghdl
|
||||||
|
|
||||||
# FPGA (graphical)
|
# FPGA (graphical)
|
||||||
] ++ lib.optionals (config.frogeye.desktop.xorg && config.frogeye.dev.fpga) [
|
] ++ lib.optionals (config.frogeye.desktop.xorg && config.frogeye.dev.fpga) [
|
||||||
|
|
Loading…
Reference in a new issue