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.
This commit is contained in:
Thomas Tuegel
2017-11-07 07:18:46 -06:00
parent 4866f16fba
commit fe0ab944db
92 changed files with 2985 additions and 1967 deletions
@@ -0,0 +1,10 @@
{ qtModule, qtbase, lib }:
qtModule {
name = "qtmacextras";
qtInputs = [ qtbase ];
meta = with lib; {
maintainers = with maintainers; [ periklis ];
platforms = platforms.darwin;
};
}