nixpkgs-odroid-hc4/pkgs/development/libraries/qt-6/modules/qtshadertools.nix
2025-12-20 09:59:59 +11:00

8 lines
89 B
Nix

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