Merge pull request #204689 from trofi/qt6Packages.qtwayland-without-xlibsWrapper

qt6Packages.qtwayland: drop unused xlibsWrapper
This commit is contained in:
Sergei Trofimovich
2022-12-06 19:24:34 +00:00
committed by GitHub
@@ -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 ];
}