Skip to content

Commit 4efb79d

Browse files
committed
Fix python-xcffib dependency
Fixes an invalid dependency on python3-xcffib (correct package name is python-xcffib) which partially causes a build failure.
1 parent 974b13d commit 4efb79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archlinux/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ make appvm
5858

5959
package_qubes-vm-gui() {
6060

61-
depends=('xorg-xinit' 'libxcomposite' 'zenity' 'qubes-libvchan-xen' 'python3-xcffib'
61+
depends=('xorg-xinit' 'libxcomposite' 'zenity' 'qubes-libvchan-xen' 'python-xcffib'
6262
'xorg-server>=1.20.1' 'xorg-server<1.20.2'
6363
'qubes-vm-core>=3.0.14'
6464
)

0 commit comments

Comments
 (0)