mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
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
@ -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 New Issue
Block a user