6 lines
99 B
Nix
6 lines
99 B
Nix
{ qtModule, qtbase }:
|
|
|
|
qtModule {
|
|
pname = "qtx11extras";
|
|
propagatedBuildInputs = [ qtbase ];
|
|
}
|