From 87818caa00fb98bf297c02df39270ecdd2bc0778 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 5 Dec 2022 21:48:14 +0000 Subject: [PATCH] qt6Packages.qtwayland: drop unused xlibsWrapper Validated as no change in `out` output with `diffoscope`. --- pkgs/development/libraries/qt-6/modules/qtwayland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/libraries/qt-6/modules/qtwayland.nix b/pkgs/development/libraries/qt-6/modules/qtwayland.nix index 3ac23d28a798..e28cdb438e5e 100644 --- a/pkgs/development/libraries/qt-6/modules/qtwayland.nix +++ b/pkgs/development/libraries/qt-6/modules/qtwayland.nix @@ -4,13 +4,12 @@ , qtdeclarative , wayland , pkg-config -, xlibsWrapper , libdrm }: qtModule { pname = "qtwayland"; qtInputs = [ qtbase qtdeclarative ]; - buildInputs = [ wayland xlibsWrapper libdrm ]; + buildInputs = [ wayland libdrm ]; nativeBuildInputs = [ pkg-config ]; }