fe0ab944db
The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
7 lines
85 B
Nix
7 lines
85 B
Nix
{ qtModule, qtbase }:
|
|
|
|
qtModule {
|
|
name = "qtx11extras";
|
|
qtInputs = [ qtbase ];
|
|
}
|