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
|
||||
, 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
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue