mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
Merge pull request #204689 from trofi/qt6Packages.qtwayland-without-xlibsWrapper
qt6Packages.qtwayland: drop unused xlibsWrapper
This commit is contained in:
commit
36b4518364
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user