nixpkgs/pkgs/development/libraries/qt-5/5.5/qtsvg.nix
2016-01-31 21:15:03 -06:00

10 lines
141 B
Nix

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