7 lines
88 B
Nix
Raw Normal View History

2019-04-23 11:05:38 +02:00
{ qtModule, qtbase }:
qtModule {
2021-05-14 05:53:30 -05:00
pname = "qtnetworkauth";
2019-04-23 11:05:38 +02:00
qtInputs = [ qtbase ];
}