mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nextpnr-ice40: Support wayland.
* gnu/packages/fpga.scm (nextpnr-ice40)[build-system]: Switch to qt-build-system. [inputs]: Add qtwayland-5. Change-Id: I399b768b6771c0700f6331e72ab3804ffff4e01d
This commit is contained in:
parent
b978ce1f96
commit
5083f784c3
1 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
||||||
#:use-module (guix build-system cmake)
|
#:use-module (guix build-system cmake)
|
||||||
#:use-module (guix build-system python)
|
#:use-module (guix build-system python)
|
||||||
#:use-module (guix build-system pyproject)
|
#:use-module (guix build-system pyproject)
|
||||||
|
#:use-module (guix build-system qt)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages algebra)
|
#:use-module (gnu packages algebra)
|
||||||
|
@ -359,9 +360,10 @@ Includes the actual FTDI connector.")
|
||||||
pybind11
|
pybind11
|
||||||
python
|
python
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtwayland-5
|
||||||
qtimgui
|
qtimgui
|
||||||
yosys))
|
yosys))
|
||||||
(build-system cmake-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue