about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtx11extras.nix
blob: 8d5aa2fd235f475f8955bf30676a896ee0010fa9 (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase }:

qtModule {
  pname = "qtx11extras";
  propagatedBuildInputs = [ qtbase ];
}