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

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