Merge pull request #198496 from LeSuisse/vlc-no-xlibsWrapper
vlc: use xorg.libSM packages directly instead of xlibsWrapper indirection
This commit is contained in:
commit
255b2ae398
1 changed files with 1 additions and 2 deletions
|
@ -64,7 +64,6 @@
|
|||
, systemd
|
||||
, taglib
|
||||
, unzip
|
||||
, xlibsWrapper
|
||||
, xorg
|
||||
, zlib
|
||||
, chromecastSupport ? true, libmicrodns, protobuf
|
||||
|
@ -150,10 +149,10 @@ stdenv.mkDerivation rec {
|
|||
srt
|
||||
systemd
|
||||
taglib
|
||||
xlibsWrapper
|
||||
zlib
|
||||
]
|
||||
++ (with xorg; [
|
||||
libSM
|
||||
libXpm
|
||||
libXv
|
||||
libXvMC
|
||||
|
|
Loading…
Reference in a new issue