diff options
author | Danny Milosavljevic <[email protected]> | 2025-02-16 13:38:32 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-02-16 14:29:48 +0100 |
commit | b2aa8a7996c9656b5540af204be532974b3aac57 (patch) | |
tree | 0ca009574aa7719595a6d3084815456665aacb74 | |
parent | 63c1349cd88e26f057fb18f2def9f39840da6fc3 (diff) |
gnu: rpi-imager: Support wayland.
* gnu/packages/raspberry-pi.scm (rpi-imager)[inputs]: Add qtwayland-5.
Change-Id: I70f0db5e3d89c82fbcf0f86016cd6e869de670f5
-rw-r--r-- | gnu/packages/raspberry-pi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm index 216c74cb9c..32a2cf2456 100644 --- a/gnu/packages/raspberry-pi.scm +++ b/gnu/packages/raspberry-pi.scm @@ -537,6 +537,7 @@ secondary LCD display connected to the Raspberry Pi board.") qtquickcontrols2-5 qtsvg-5 qttools-5 + qtwayland-5 util-linux)) (home-page "https://github.com/raspberrypi/rpi-imager/") (synopsis "Raspberry Pi Imaging Utility") |