7 lines
122 B
Nix
7 lines
122 B
Nix
{ qtModule, qtbase }:
|
|
|
|
qtModule {
|
|
name = "qtnetworkauth";
|
|
qtInputs = [ qtbase ];
|
|
outputs = [ "out" "dev" "bin" ];
|
|
}
|