xine-ui: use xlibsWrapper instead of xorg.xlibsWrapper
This commit is contained in:
parent
132ef65058
commit
7af5079353
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
, readline
|
, readline
|
||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
, xine-lib
|
, xine-lib
|
||||||
|
, xlibsWrapper
|
||||||
, xorg
|
, xorg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
ncurses
|
ncurses
|
||||||
readline
|
readline
|
||||||
xine-lib
|
xine-lib
|
||||||
|
xlibsWrapper
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
libXext
|
libXext
|
||||||
libXft
|
libXft
|
||||||
|
@ -54,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||||
libXtst
|
libXtst
|
||||||
libXv
|
libXv
|
||||||
libXxf86vm
|
libXxf86vm
|
||||||
xlibsWrapper
|
|
||||||
xorgproto
|
xorgproto
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue