mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
xine-ui: use xlibsWrapper instead of xorg.xlibsWrapper
This commit is contained in:
parent
132ef65058
commit
7af5079353
@ -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 New Issue
Block a user