nixpkgs/pkgs/development/libraries/qt-5/modules/qtsvg.nix
Thomas Tuegel fe0ab944db
qt5: factor out common definitions and remove symlink farm
The module definitions are factored out and shared between qt56 and qt59. The
symlink farm which was created during builds is no longer needed.
2017-11-07 07:18:46 -06:00

8 lines
114 B
Nix

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