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

qtSubmodule {
  name = "qtx11extras";
  qtInputs = [ qtbase ];
}