mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
gst_all_1.gst-plugins-base: 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
4fb55bca32
commit
b97d2b7eb1
@ -26,6 +26,7 @@
|
||||
, libXv
|
||||
, libdrm
|
||||
, enableWayland ? stdenv.isLinux
|
||||
, wayland-scanner
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, enableAlsa ? stdenv.isLinux
|
||||
@ -76,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
] ++ lib.optionals enableDocumentation [
|
||||
hotdoc
|
||||
] ++ lib.optionals enableWayland [
|
||||
wayland
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user