1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00
nixpkgs/pkgs/development/libraries/qt-5/modules/qtscxml.nix
2020-03-22 20:01:49 +05:00

8 lines
145 B
Nix

{ qtModule, qtbase, qtdeclarative }:
qtModule {
name = "qtscxml";
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
}