Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtmacextras.nix
blobda0f5f760bf71996ac60ad044b6a68910609ef80
1 { lib, qtModule, qtbase }:
3 qtModule {
4   pname = "qtmacextras";
5   propagatedBuildInputs = [ qtbase ];
6   meta = with lib; {
7     maintainers = with maintainers; [ periklis ];
8     platforms = platforms.darwin;
9   };