xine-ui: use xlibsWrapper instead of xorg.xlibsWrapper

This commit is contained in:
Sergei Trofimovich 2022-10-02 11:40:02 +01:00
parent 132ef65058
commit 7af5079353

View File

@ -12,6 +12,7 @@
, readline
, shared-mime-info
, xine-lib
, xlibsWrapper
, xorg
}:
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
ncurses
readline
xine-lib
xlibsWrapper
] ++ (with xorg; [
libXext
libXft
@ -54,7 +56,6 @@ stdenv.mkDerivation rec {
libXtst
libXv
libXxf86vm
xlibsWrapper
xorgproto
]);