mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: screengrab: Fix build.
* gnu/packages/lxqt.scm (screengrab): Fix build. [inputs]: Replace kwindowsystem with kwindowsystem-5. Change-Id: I8f553bc7bb9c36b2dc0c50dbfe32d0e23693d12a
This commit is contained in:
parent
8dbf9b8b33
commit
df9b7cb614
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ (define-public screengrab
|
|||
(base32 "0xc004h7i2hnl3jj4p8v6wkqav2v07k1mzdvys3ya171z4ffmc9j"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
||||
(list kwindowsystem-5 libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
||||
(native-inputs
|
||||
(list pkg-config perl qttools-5))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue