depot/third_party/nixpkgs/pkgs/development/libraries/qt-5/modules/qtscript.nix

7 lines
99 B
Nix
Raw Normal View History

{ qtModule, qtbase, qttools }:
qtModule {
name = "qtscript";
qtInputs = [ qtbase qttools ];
}