guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bitmask: Fix loading of GUI.


From: guix-commits
Subject: branch master updated: gnu: bitmask: Fix loading of GUI.
Date: Sun, 03 Jul 2022 22:03:05 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a78d101eb3 gnu: bitmask: Fix loading of GUI.
a78d101eb3 is described below

commit a78d101eb30a9c97d4ce539892e85c12d05ab277
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Jul 3 21:59:20 2022 -0400

    gnu: bitmask: Fix loading of GUI.
    
    * gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects.
---
 gnu/packages/vpn.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index e29793924e..9b36319aa8 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -255,6 +255,7 @@
        ("python" ,python)
        ("qtbase" ,qtbase-5)
        ("qtdeclarative" ,qtdeclarative)
+       ("qtgraphicaleffects" ,qtgraphicaleffects)
        ("qtquickcontrols" ,qtquickcontrols)
        ("qtquickcontrols2" ,qtquickcontrols2)
        ("qtsvg" ,qtsvg)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]