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

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