3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: bitmask: Fix loading of GUI.

* gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects.
This commit is contained in:
Raghav Gururajan 2022-07-03 21:59:20 -04:00
parent e069de452a
commit a78d101eb3
Signed by: raghavgururajan
GPG key ID: 5F5816647F8BE551

View file

@ -255,6 +255,7 @@
("python" ,python)
("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols" ,qtquickcontrols)
("qtquickcontrols2" ,qtquickcontrols2)
("qtsvg" ,qtsvg)))