3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/qt-5/modules/qtscxml.nix

8 lines
145 B
Nix
Raw Normal View History

2020-03-22 15:01:49 +00:00
{ qtModule, qtbase, qtdeclarative }:
qtModule {
name = "qtscxml";
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
}