vlc: depend on wayland-scanner
Currently wayland-scanner is defined to be wayland.bin, but we want to split wayland-scanner into a separate package.
This commit is contained in:
parent
aaafc00079
commit
c528719312
@ -79,6 +79,7 @@
|
||||
, unzip
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
, wrapGAppsHook3
|
||||
, writeShellScript
|
||||
, xcbutilkeysyms
|
||||
@ -120,8 +121,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ optionals chromecastSupport [ protobuf ]
|
||||
++ optionals withQt5 [ libsForQt5.wrapQtAppsHook ]
|
||||
++ optionals waylandSupport [
|
||||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
# VLC uses a *ton* of libraries for various pieces of functionality, many of
|
||||
|
Loading…
Reference in New Issue
Block a user