From 4fb55bca32fdca0ff086f06c10c0cf99dea58c13 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 10:00:38 +0000 Subject: [PATCH] gst_all_1.gst-plugins-bad: depend on wayland-scanner Currently wayland-scanner is defined to be wayland.bin, but we want to split wayland-scanner into a separate package. --- pkgs/development/libraries/gstreamer/bad/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gstreamer/bad/default.nix b/pkgs/development/libraries/gstreamer/bad/default.nix index 03e7637944e5..bf27c6f25d7b 100644 --- a/pkgs/development/libraries/gstreamer/bad/default.nix +++ b/pkgs/development/libraries/gstreamer/bad/default.nix @@ -11,6 +11,7 @@ , orc , gstreamer , gobject-introspection +, wayland-scanner , enableZbar ? false , faacSupport ? false , faac @@ -142,7 +143,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals enableDocumentation [ hotdoc ] ++ lib.optionals (gst-plugins-base.waylandEnabled && stdenv.isLinux) [ - wayland # for wayland-scanner + wayland-scanner ]; buildInputs = [