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

qtModule {
  name = "qtsvg";
  qtInputs = [ qtbase ];
  outputs = [ "out" "dev" "bin" ];
}