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

qtSubmodule {
  name = "qtx11extras";
  qtInputs = [ qtbase ];
  postFixup = ''
    fixQtModuleCMakeConfig "X11Extras"
  '';
}