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
commit 36b4518364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
}