nixpkgs/pkgs/development/libraries/qt-5/5.6/qtsvg.nix
2016-05-09 10:01:03 -05:00

10 lines
141 B
Nix

{ qtSubmodule, qtbase }:
qtSubmodule {
name = "qtsvg";
qtInputs = [ qtbase ];
postFixup = ''
fixQtModuleCMakeConfig "Svg"
'';
}