7 lines
101 B
Nix
7 lines
101 B
Nix
|
|
{ qtModule, qtbase }:
|
||
|
|
|
||
|
|
qtModule {
|
||
|
|
pname = "qtnetworkauth";
|
||
|
|
propagatedBuildInputs = [ qtbase ];
|
||
|
|
}
|