mysql80: fix darwin and LLVM 19 build (#374591)
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtx11extras.nix
blob8d5aa2fd235f475f8955bf30676a896ee0010fa9
1 { qtModule, qtbase }:
3 qtModule {
4   pname = "qtx11extras";
5   propagatedBuildInputs = [ qtbase ];